# 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 = "swiss_uid" version = "1.0.2" authors = ["Peter "] build = false include = [ "/src/**", "/tests/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of the Swiss UID number based on the Swiss E-Government Standard eCH-0098:2021" homepage = "https://github.com/qbasic16/swiss_uid/" readme = "README.md" keywords = [ "swiss", "uid", "ustid", "mwst", "mehrwertsteuer", ] categories = ["finance"] license = "MIT" repository = "https://github.com/qbasic16/swiss_uid/" resolver = "2" [lib] name = "swiss_uid" path = "src/lib.rs" [[test]] name = "test_uid" path = "tests/test_uid.rs" [dependencies.itertools] version = "0.13.*" [dependencies.rand] version = "0.8.*" optional = true [features] default = ["rand"] rand = ["dep:rand"]