# 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-data" 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.async-trait] version = "0.1.56" [dependencies.bson] version = ">=2.3.0" features = [ "chrono-0_4", "serde_with", ] optional = true [dependencies.chrono] version = ">=0.4.19" [dependencies.serde] version = ">=1.0.137" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.81" optional = true [features] default = ["external"] external = [ "bson/default", "bson/chrono-0_4", "bson/serde_with", "serde/default", "serde/derive", "serde_json/default", ]