# 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.80.0" name = "best_skn_utils" version = "1.2.3" authors = ["SKN Shukhan"] build = false include = [ "/src", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Simple Utility Library For Rust" readme = "README.md" keywords = [ "utility", "library", ] categories = [ "command-line-utilities", "config", ] license = "MIT" repository = "https://github.com/skn437/skn-rust-utils" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "best_skn_utils" path = "src/lib.rs" [dependencies.best_skn_message] version = "1.2.4" [dependencies.config] version = "0.14.0" features = [ "toml", "yaml", ] [dependencies.num] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.208" features = ["derive"] [badges.maintenance] status = "actively-developed"