# 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 = "unchecked-std" version = "1.0.1" authors = ["lincot "] description = "some methods from the Rust standard library without some checks" readme = "README.md" keywords = [ "unchecked", "unsafe", "fast", ] license = "0BSD" repository = "https://github.com/lincot/unchecked-std" [dependencies.heapless] version = "0.8.0" optional = true [dev-dependencies.rand] version = "0.8.5" default-features = false [dev-dependencies.rand_pcg] version = "0.3.1" [lints.clippy] all = "deny" nursery = "deny" pedantic = "deny"