# 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 = "2018" name = "iso_currency" version = "0.5.1" authors = ["Rostislav Raykov "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "ISO 4217 currency codes" homepage = "https://github.com/zbrox/iso_currency" documentation = "https://docs.rs/iso_currency/" readme = "README.md" keywords = [ "currency", "iso", "iso-4217", "iso4217", ] license = "MIT" repository = "https://github.com/zbrox/iso_currency" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "iso_currency" path = "src/lib.rs" [[bench]] name = "parse" path = "benches/parse.rs" harness = false [dependencies.iso_country] version = "0.1.4" [dependencies.schemars] version = "0.8.16" optional = true [dependencies.serde] version = "1.0.127" features = ["derive"] optional = true [dependencies.sqlx] version = ">0.7" optional = true [dependencies.strum] version = "0.26.1" features = ["derive"] optional = true [dev-dependencies.divan] version = "0.1.11" [dev-dependencies.serde_json] version = "1.0.66" [build-dependencies.proc-macro2] version = "1.0.78" [build-dependencies.quote] version = "1.0.35" [features] default = [] iterator = ["dep:strum"] with-schemars = [ "dep:schemars", "with-serde", ] with-serde = ["dep:serde"] with-sqlx-mysql = [ "dep:sqlx", "sqlx/mysql", ] with-sqlx-postgres = [ "dep:sqlx", "sqlx/postgres", ] with-sqlx-sqlite = [ "dep:sqlx", "sqlx/sqlite", ]