# 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_message" version = "1.2.4" authors = ["SKN Shukhan"] build = false include = [ "/src", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Simple Message Library For Rust" readme = "README.md" keywords = [ "message", "library", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/skn437/skn-rust-message" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "best_skn_message" path = "src/lib.rs" [dependencies.console] version = "0.15.8" [badges.maintenance] status = "actively-developed"