sterling 0.3.0

Converts a given D&D 5e currency value to the Silver Standard.
# 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 = "0.3.0"
authors = ["Zachary Dziura <zcdziura@gmail.com>"]
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"
[dependencies.clap]
version = "2.31"

[dependencies.lazy_static]
version = "1.0"

[dependencies.regex]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_yaml]
version = "0.7"