# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "delanocreds" version = "0.2.1" authors = ["Doug Anderson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Delegatable Anonymous Credentials (Delano Creds) in pure Rust." homepage = "https://github.com/DougAnderson444/delanocreds" readme = "README.md" license = "MIT" repository = "https://github.com/DougAnderson444/delanocreds" [lib] name = "delanocreds" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "wasm" path = "tests/wasm.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.bls12_381_plus] version = "0.8.16" features = [ "expose-fields", "alloc", "expose-fields", "alloc", ] [dependencies.ciborium] version = "0.2.1" [dependencies.cid] version = "0.11.1" features = ["serde"] [dependencies.delano-keys] version = "0.1.1" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.107" optional = true [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0.49" [dev-dependencies.lazy_static] version = "1.4.0" [features] default = [ "serde", "serde_json", ] zkp = [] [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3" [target.wasm32-unknown-unknown.dependencies.getrandom] version = "0.2" features = ["js"]