# 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 = "codice_fiscale_rs" version = "0.2.1" authors = ["Giovanni Zenari "] exclude = [ "README.md", "LICENSE", ".github/*", ] description = "Crate to compute and validate Italian Tax code (codice fiscale)" readme = "README.md" keywords = [ "codice", "fiscale", ] categories = ["algorithms"] license-file = "LICENSE" repository = "https://github.com/succoDiPompelmo/codice_fiscale_rs" [[bench]] name = "verify_benchmark" harness = false [[bench]] name = "generate_benchmark" harness = false [dependencies.chrono] version = "0.4.23" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.criterion] version = "0.4.0"