# 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 = "nomore" version = "0.2.1" authors = ["molese "] include = ["src/*.rs", "Cargo.toml", "Cargo.lock", "LICENSE", "README.md"] autotests = false description = "Personal Standard Rust Lib Publics for reuse and to avoid redefinition" readme = "README.md" keywords = ["standard"] categories = ["accessibility"] license = "GPL-2.0" repository = "https://github.com/m0lese/nomore" resolver = "2" [profile.release] opt-level = 3 lto = "fat" codegen-units = 16 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false [lib] name = "nomore" path = "src/lib.rs" [dependencies.fastrand] version = "1.7.0"