# 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 = "iso3166" version = "1.0.1" authors = ["Douman "] include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE", ] description = "ISO 3166 country data" readme = "README.md" keywords = [ "ISO-3166", "iso3166", ] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/iso3166" [package.metadata.docs.rs] features = ["serde"] [dependencies.serde] version = "1" optional = true default-features = false