# 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 = "sterling" version = "1.0.1" authors = ["Zachary Dziura "] description = "Converts a given D&D 5e currency value to the Silver Standard." readme = "README.md" keywords = ["dnd", "coins", "converter", "currency", "5e"] license = "Unlicense/MIT" repository = "https://gitlab.com/zcdziura/sterling" [profile.release] lto = true panic = "abort" [lib] name = "sterling_ops" path = "src/lib.rs" [[bin]] name = "sterling" path = "src/main.rs" [[bench]] name = "bench" harness = false [dependencies.clap] version = "2.32" [dependencies.lazy_static] version = "1.0" [dependencies.lazysort] version = "0.2" [dependencies.regex] version = "1.0" [dependencies.separator] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_yaml] version = "0.7" [dev-dependencies.criterion] version = "0.2"