# 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 = "rut-lib" version = "0.1.2" authors = ["Erik Jara <39597280+erikjara@users.noreply.github.com>"] exclude = ["build/**/*.o", "doc/**/*.html", ".travis.yml"] description = "A Rust Library for validate/generate an Chilean ID (RUT)" homepage = "https://github.com/erikjara/rut-lib" documentation = "https://docs.rs/rut-lib" readme = "README.md" keywords = ["rut", "chile", "chilean-rut-utils"] categories = ["data-structures", "encoding", "parsing", "rust-patterns"] license = "MIT" repository = "https://github.com/erikjara/rut-lib" [lib] name = "rut_lib" [dependencies.libmath] version = "0.2.1" [dependencies.num-format] version = "0.4.0" [dependencies.rand] version = "0.7" [dependencies.regex] version = "1" [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-clippy", "run-cargo-fmt", "run-cargo-test"] default-features = false [badges.codecov] branch = "master" repository = "erikjara/rut-lib" service = "github" [badges.travis-ci] branch = "master" repository = "erikjara/rut-lib"