# 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 = "berlin-core" version = "0.2.6" description = "Identify locations and tag them with UN-LOCODEs and ISO-3166-2 subdivisions." readme = "README.md" keywords = [ "geospatial", "nlp", "search", ] categories = [ "science::geo", "text-processing", ] license = "MIT" repository = "https://gitlab.com/flaxandteal/onyx/berlin-rs" [profile.dev] debug = 2 split-debuginfo = "unpacked" [profile.release] opt-level = 3 lto = "thin" debug = 0 incremental = true [dependencies.ahash] version = "0.7.6" [dependencies.csv] version = "1.1.6" [dependencies.deunicode] version = "1.3.1" [dependencies.fst] version = "0.4.7" features = ["levenshtein"] [dependencies.indextree] version = "4.6.0" [dependencies.nom] version = "7.1.0" [dependencies.petgraph] version = "0.6.0" [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5.4" [dependencies.schemars] version = "0.8.8" features = ["smallvec"] [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.74" [dependencies.smallvec] version = "1.8.0" features = ["serde"] [dependencies.strsim] version = "0.10.0" [dependencies.strum] version = "0.23.0" [dependencies.strum_macros] version = "0.23.1" [dependencies.tracing] version = "0.1.29" features = ["log"] [dependencies.unicode-segmentation] version = "1.9.0" [dependencies.ustr] version = "0.8.1" features = [ "serde", "serialization", ] [dev-dependencies.rstest] version = "0.17.0"