# 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 = "acme-chains" version = "0.1.35" authors = [ "FL03 ", "Joe McCain III ", ] description = "Core package of Acme, an all-in-one developer toolkit targetting decentralized environments" readme = "README.md" keywords = [ "blockchain", "toolkit", ] license = "MIT" repository = "https://github.com/FL03/acme" [lib] crate-type = [ "cdylib", "rlib", ] test = true bench = false [dependencies.bson] version = "2.3.0" features = [ "chrono-0_4", "serde_with", ] [dependencies.chrono] version = "0.4.19" [dependencies.config] version = "0.13.1" [dependencies.glob] version = "0.3.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.12.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.sha2] version = "0.10.2"