# 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 = "tax_ids" version = "0.1.0" authors = ["Jonas Molander"] exclude = [".github/**/*"] description = "A library to validate and verify Tax Ids. Handle European, British, Norwegian or Swiss VAT numbers." readme = "README.md" keywords = [ "tax", "vat", "vies", "eu", ] categories = [ "finance", "api-bindings", "localization", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Mollemoll/tax-ids" [dependencies.chrono] version = "0.4.38" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = ["blocking"] [dependencies.roxmltree] version = "0.19.0" optional = true [dependencies.serde_json] version = "1.0.116" [dependencies.thiserror] version = "1.0.60" [dependencies.toml] version = "0.8.12" optional = true [features] ch_vat = ["roxmltree"] default = ["eu_vat"] eu_vat = ["roxmltree"] gb_vat = [] no_vat = ["toml"]