# 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 = "bool_ext" version = "0.7.0" authors = ["u007d "] description = "A crate which defines and implements a complete set of `Option`/`Result`-style Boolean functional combinators on Rust's `bool` primitive type." readme = "README.md" keywords = [ "bool", "boolean", "functional", "combinator", "adapter", ] categories = [ "rust-patterns", "data-structures", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/u007d/bool_ext" [profile.dev] opt-level = 0 lto = false debug = 2 debug-assertions = true rpath = false panic = "unwind" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "unwind" [profile.test] opt-level = 0 lto = false debug = 2 debug-assertions = true rpath = false [dependencies] [dev-dependencies.assert2] version = "0.3" [features] default = ["std"] std = []