# 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 = "countries-tools" version = "0.2.0" exclude = [ ".gitignore", "Cargo.lock", "countries.json", "countries.json.xz", ] include = [] description = "ISO 3166 country codes and names optimized, no-std, no-alloc and without unsafe" readme = "README.md" license = "Unlicense" repository = "https://github.com/jhg/countries-tools-rs" [[bench]] name = "bench" harness = false [dependencies.parse-display] version = "0.8" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [features] default = ["short-names"] short-names = []