# 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 = "rutcl" version = "1.0.1" authors = ["Esteban Borai "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Chilean National ID (RUT) Parser" homepage = "https://github.com/EstebanBorai/rutcl" readme = "README.md" keywords = [ "rutcl", "chile", "national", "nid", "parser", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/EstebanBorai/rutcl" resolver = "1" [lib] name = "rutcl" path = "src/lib.rs" [dependencies.rand] version = "0.8.5" optional = true [dependencies.serde] version = "1.0.197" optional = true [dependencies.thiserror] version = "1.0.56" [dev-dependencies.csv] version = "1.3.0" [dev-dependencies.serde_test] version = "1.0.176" [features] rand = ["dep:rand"] serde = ["dep:serde"]