Skip to content

Commit

Permalink
seal: remove unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 6, 2024
1 parent 900d455 commit 58e2f8a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 493 deletions.
27 changes: 6 additions & 21 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ serde_crate = { package = "serde", version = "1", features = ["derive"], optiona

[features]
default = ["derive"]
all = ["serde", "rand", "async", "stl"]
all = ["serde", "rand", "stl"]
stl = ["commit_verify/stl"]
async = ["single_use_seals/async"]
rand = ["commit_verify/rand"]
derive = ["commit_verify/derive"]
serde = ["serde_crate", "commit_verify/serde"]
Expand Down
5 changes: 1 addition & 4 deletions single_use_seals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ name = "single_use_seals"
path = "src/lib.rs"

[dependencies]
amplify_derive = "4.0.1"
async-trait = { version = "0.1.81", optional = true }

[features]
default = []
all = ["async"]
async = ["async-trait"]
all = []

[package.metadata.docs.rs]
features = ["all"]
Loading

0 comments on commit 58e2f8a

Please sign in to comment.