# 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_signature_core" version = "0.1.0" authors = ["Ockam Deveopers"] exclude = ["DEVELOP.md", "LICENSE"] description = "Signature core types of the Ockam library.\n" homepage = "https://github.com/ockam-network/ockam" readme = "README.md" keywords = ["ockam", "crypto", "cryptography", "signatures", "signing"] categories = ["cryptography", "asynchronous", "authentication", "no-std", "algorithms"] license = "Apache-2.0" repository = "https://github.com/ockam-network/ockam/implementations/rust/ockam/ockam_signatures_core" [dependencies.bls12_381_plus] version = "0.4" [dependencies.digest] version = "0.9" [dependencies.ff] version = "0.9" [dependencies.group] version = "0.9" [dependencies.hashbrown] version = "0.11" features = ["serde"] [dependencies.heapless] version = "0.6" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.subtle] version = "2.4" [dependencies.typenum] version = "1.13"