# 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 = "jurisdiction" version = "0.1.1" authors = ["Vegard Sandengen "] description = "A lightweight API-friendly abstraction for the jurisdiction in the world,\nand their accompanying static information pertaining to that jurisdiction.\nInformation available includes:\n* ISO 3166 country codes\n* UN M49 Region classifications\n" homepage = "https://www.orcalabs.no" documentation = "https://docs.rs/jurisdiction" readme = "README.md" keywords = ["jurisdiction", "country", "ISO-3166"] categories = ["localization", "encoding"] license = "MIT" repository = "https://gitlab.com/orcalabs.public/jursidiction-rs" [dependencies.anyhow] version = "1" [dependencies.lazy_static] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_plain] version = "0.3" [dependencies.static_assertions] version = "1.1" [build-dependencies.anyhow] version = "1" [build-dependencies.proc-macro2] version = "1" [build-dependencies.quote] version = "1" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.serde_json] version = "1" [features] default = ["full"] full = ["region"] region = []