[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[features]
serde1 = ["serde"]
serde_abbreviation = ["serde"]
[package]
authors = ["Calvin Brown <cab025@protonmail.com>", "Isaac Duarte <isaac.duarte@live.com>"]
description = "A Fork of a Rust implementation of the state names & abbreviations for the USA"
edition = "2018"
license = "Apache-2.0"
name = "us-state-info"
readme = "README.md"
repository = "https://github.com/Isaac-Duarte/us-state-info-rs"
version = "0.2.4"