# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "penny" version = "0.2.0" authors = ["Brayden Banks "] build = "build.rs" description = "ISO-4217–compliant currency library" documentation = "https://docs.rs/penny/0.2.0/penny" readme = "README.md" keywords = ["currency", "iso-4217", "money", "no_std"] categories = ["no-std"] license = "MIT" repository = "https://github.com/bb010g/penny" [dependencies.mitochondria] version = "1.1.2" [dependencies.phf] version = "0.7.21" [dependencies.serde] version = "1.0.8" optional = true [dependencies.serde_derive] version = "1.0.8" optional = true [build-dependencies.phf_codegen] version = "0.7.21" [build-dependencies.quick-xml] version = "0.11.0" [features] default = ["serde-serialize", "std"] serde-serialize = ["serde", "serde_derive"] std = [] [badges.travis-ci] repository = "bb010g/penny"