location-rs 0.1.3

A Rust library for parsing country codes from text titles with support for Chinese language
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"

[features]
default = []

[lib]
name = "location_rs"
path = "src/lib.rs"

[package]
authors = ["ChenXX <chenxxpro@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "internationalization", "data-structures"]
description = "A Rust library for parsing country codes from text titles with support for Chinese language"
documentation = "https://docs.rs/location-rs"
edition = "2021"
keywords = ["location", "country", "iso", "parser", "geography"]
license = "MIT"
name = "location-rs"
readme = "README.md"
repository = "https://github.com/chenxxpro/location-rs"
version = "0.1.3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"