# 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" rust-version = "1.56.0" name = "signature_core" version = "0.37.0" authors = ["Ockam Deveopers"] publish = true description = """ Signature core types of the Ockam library. """ homepage = "https://github.com/build-trust/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/build-trust/ockam/implementations/rust/ockam/signatures_core" resolver = "2" [dependencies.blake2] version = "0.9" default-features = false [dependencies.bls12_381_plus] version = "0.5" features = ["groups"] default-features = false [dependencies.digest] version = "0.9" default-features = false [dependencies.ff] version = "0.10" default-features = false [dependencies.group] version = "0.10" [dependencies.hashbrown] version = "0.11" features = ["ahash"] default-features = false [dependencies.heapless] version = "0.7" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde-big-array] version = "0.3" [dependencies.subtle] version = "2.4" default_features = false [dependencies.typenum] version = "1.13" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.serde_json] version = "1.0"