# 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.65.0" name = "committable" version = "0.2.4" authors = ["Espresso Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Keccak256-based structured commitments" readme = "README.md" license = "MIT" repository = "https://github.com/EspressoSystems/commit.git" [lib] name = "committable" path = "src/lib.rs" [dependencies.arbitrary] version = "1.0" features = ["derive"] [dependencies.ark-serialize] version = "0.4" features = ["derive"] optional = true [dependencies.bitvec] version = "1.0" [dependencies.derivative] version = "2.2" [dependencies.derive_more] version = "0.99" [dependencies.funty] version = "2.0" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.sha3] version = "^0.10" [dependencies.tagged-base64] version = "0.4.0" optional = true default-features = false [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [features] ark-serialize = [ "dep:ark-serialize", "tagged-base64", "tagged-base64/ark-serialize", ] default = [ "ark-serialize", "serde", ] serde = [ "dep:serde", "tagged-base64", "tagged-base64/serde", "ark-serialize", ]