# 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 = "coinlist" version = "0.2.0" authors = ["Ian Macalinao "] description = "Parses lists of coins." homepage = "https://moving.wtf" readme = "README.md" keywords = [ "move", "diem", "coin", "aptos", "sui", ] license = "Apache-2.0" repository = "https://github.com/movingco/coinlist" resolver = "2" [lib] name = "coinlist" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.schemars] version = "0.8" features = [ "chrono", "url", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.struct-tag] version = "0.2" [dependencies.url] version = "^2.2" features = ["serde"] [features] address20 = ["struct-tag/address20"] address32 = ["struct-tag/address32"] default = [] [badges.github] repository = "movingco/coinlist" workflow = "Rust"