Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Apr 24, 2024
1 parent e8e8fce commit 5fd2e8c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
[package]
name = "s2id"
version = "0.1.0"
description = "Self-sovereign identity library and command-lie"
keywords = ["did", "ssi", "identity", "pgp", "gpg"]
categories = ["encoding", "value-formatting", "command-line-utilities"]
readme = "README.md"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
homepage = "https://github.com/LNP-BP/ssi"
repository = "https://github.com/LNP-BP/ssi"
edition = "2021"
rust-version = "1.69.0"
license = "Apache-2.0"

[lib]
name = "ssi"
Expand All @@ -23,14 +32,11 @@ shellexpand = { version = "3.1.0", optional = true }
sha2 = "0.10.8"
fluent-uri = "0.1.4"
percent-encoding = "2.3.1"

# Cli-specific
rpassword = { version = "7.3.1", optional = true }
aes = { version = "0.8.4", optional = true }
crossbeam-channel = { version = "0.5.12", optional = true }

mnemonic = "1.0.1"
base64 = "0.22.0"

[features]
default = ["cli"]
cli = ["clap", "crossbeam-channel", "shellexpand", "rpassword", "aes"]

0 comments on commit 5fd2e8c

Please sign in to comment.