Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shove extra ecdsa_fun dependencies into adaptor feature #71

Merged
merged 1 commit into from
Aug 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions ecdsa_fun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ default = ["std", "nightly", "adaptor"]
all = ["std", "serde", "libsecp_compat", "adaptor"]
libsecp_compat = ["secp256kfun/libsecp_compat"]
std = ["alloc"]
alloc = ["secp256kfun/alloc", "sigma_fun/alloc"]
serde = ["secp256kfun/serde", "serde_crate", "sigma_fun/serde"]
alloc = ["secp256kfun/alloc" ]
serde = ["secp256kfun/serde", "serde_crate"]
nightly = ["secp256kfun/nightly"]
adaptor = ["sigma_fun", "bincode", "rand_chacha"]
# when https://github.com/rust-lang/cargo/issues/8832 is stabilized use the ? syntax to fix this
adaptor = ["sigma_fun", "bincode", "rand_chacha", "sigma_fun/serde", "sigma_fun/alloc"]