isocountry 0.3.2

ISO 3166-1 enumeration for Rust
Documentation
# 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]
edition = "2018"
name = "isocountry"
version = "0.3.2"
authors = ["Bree (formerly Brett) <sifton@users.noreply.github.com>"]
description = "ISO 3166-1 enumeration for Rust"
homepage = "https://github.com/sifton/isocountry-rs"
documentation = "http://docs.rs/isocountry"
readme = "Readme.md"
keywords = ["iso3166", "iso3166-1", "country", "countrycode", "region"]
license = "MIT"
repository = "https://github.com/sifton/isocountry-rs.git"
[dependencies.serde]
version = "1"

[dependencies.thiserror]
version = "1"