# 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 = "antelope" version = "0.2.0" authors = [ "Denis ", "Yaro ", ] description = "Antelope Standard Library" homepage = "https://github.com/pinax-network/antelope.rs" readme = "README.md" keywords = [ "antelope", "blockchain", "crypto", ] categories = [ "api-bindings", "cryptography::cryptocurrencies", "data-structures", "parsing", "value-formatting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pinax-network/antelope.rs" [package.metadata.commands] check = "cargo fmt && cargo clippy -- -D warnings && cargo test" [package.metadata.playground] default-features = true [dependencies.time] version = "0.3.20" features = [ "parsing", "formatting", ] [dev-dependencies.proptest] version = "1.0.0" [badges.maintenance] status = "actively-developed"