# 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 = "eris-rs" version = "1.0.0" authors = ["Maximilian Güntner "] exclude = ["src/tests/eris-test-vectors"] description = "rust implementation of the Encoding for Robust Immutable Storage (ERIS) spec draft" readme = "README.md" license = "AGPL-3.0-only" repository = "https://github.com/mguentner/eris-rs/" [dependencies.base32] version = "~0.4.0" [dependencies.blake2b_simd] version = "1.0.0" [dependencies.chacha20] version = "~0.9.0" [dependencies.hex-literal] version = "0.3.1" [dev-dependencies.serde] version = "~1.0.0" features = ["derive"] [dev-dependencies.serde_json] version = "~1.0.0"