# 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" rust-version = "1.68" name = "rust-lib-template" version = "1.0.3" authors = ["Vahid V. "] exclude = [ "renovate.json", "docs/", "docs.sh", ".*", ] description = "Rust library template" homepage = "https://github.com/vhidvz/rust-lib-template" documentation = "https://docs.rs/rust-lib-template" readme = "README.md" keywords = [ "rust", "library-template", ] categories = [ "rust", "rust::library", ] license = "MIT" repository = "https://github.com/vhidvz/rust-lib-template.git" [dependencies.log] version = "0.4.20" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.env_logger] version = "0.10.0"