# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ockam_credential" version = "0.2.0" authors = ["Ockam Developers"] exclude = ["DEVELOP.md", "LICENSE"] description = "Attribute based, privacy preserving, anonymous credentials.\n" homepage = "https://github.com/ockam-network/ockam" readme = "README.md" keywords = ["ockam", "authorization", "anonymous", "zero-knowledge", "credential"] categories = ["cryptography", "no-std"] license = "Apache-2.0" repository = "https://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/ockam_credential" [dependencies.bbs] version = "0.4" optional = true [dependencies.digest] version = "0.8" optional = true [dependencies.ff] version = "0.6" optional = true package = "ff-zeroize" [dependencies.heapless] version = "0.6" optional = true [dependencies.ockam_core] version = "0.3.0" default-features = false [dependencies.pairing-plus] version = "0.19" optional = true [dependencies.rand_core] version = "0.6" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.sha2] version = "0.8" optional = true [dev-dependencies.serde_json] version = "1.0" [features] alloc = ["ockam_core/alloc", "serde/alloc"] default = ["std"] no_std = ["ockam_core/no_std"] std = ["ockam_core/std", "alloc", "bbs", "digest/std", "ff", "pairing-plus", "sha2/std"]