# 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 = "2021" name = "countires" version = "0.1.3" description = "All world countries, ISO- codes and data points about them, as well as tools for interfacing with that data." readme = "README.md" keywords = [ "countires", "iso", "iso3166", "iso4217", "locale", ] license = "MIT/Apache-2.0" repository = "https://github.com/al8n/countries" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-graphql] version = "4" optional = true [dependencies.bitflags] version = "1.3" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dev-dependencies.serde_json] version = "1" [features] alloc = [] default = ["std"] flags = ["bitflags"] std = ["alloc"]