# 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 = "out" version = "8.0.0" authors = ["evenorog "] description = "Provides fast min and max functionality for collections." documentation = "https://docs.rs/out" readme = "README.md" keywords = [ "min", "max", "iterator", "slice", ] categories = [ "algorithms", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/evenorog/out" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [features] alloc = [] default = ["std"] std = ["alloc"] [badges.maintenance] status = "passively-maintained"