# 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 = "pact-crypto" version = "0.4.0" authors = ["Alicorn Systems, Inc. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cryptography extensions for Pacts." homepage = "https://gitlab.com/alicorn/pub/alicorn" readme = "README.md" license = "AGPL-3.0-only" repository = "https://gitlab.com/alicorn/pub/alicorn" [package.metadata.release] release = true [lib] name = "pact_crypto" path = "src/lib.rs" [dependencies.blake3] version = "1.3.3" [dependencies.ed25519-dalek] version = "2.1.1" features = ["rand_core"] [dependencies.pact] version = "0.4.0" [dependencies.pact-derive] version = "0.4.0" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.snafu] version = "0.8.2" default-features = false