blob: 143e5409f1c469cd467111061647210c95a44a8b [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "predicates"
version = "1.0.7"
authors = ["Nick Stevens <nick@bitcurry.com>"]
description = "An implementation of boolean-valued predicate functions.\n"
homepage = "https://github.com/assert-rs/predicates-rs"
documentation = "https://docs.rs/predicates"
readme = "README.md"
keywords = ["predicate", "boolean", "combinatorial", "match", "logic"]
categories = ["data-structures", "rust-patterns"]
license = "MIT/Apache-2.0"
repository = "https://github.com/assert-rs/predicates-rs"
[dependencies.difference]
version = "2.0"
optional = true
[dependencies.float-cmp]
version = "0.8"
optional = true
[dependencies.normalize-line-endings]
version = "0.3.0"
optional = true
[dependencies.predicates-core]
version = "1.0"
[dependencies.regex]
version = "1.0"
optional = true
[dev-dependencies.predicates-tree]
version = "1.0"
[features]
default = ["difference", "regex", "float-cmp", "normalize-line-endings"]
unstable = []
[badges.azure-devops]
pipeline = "predicates-rs"
project = "assert-rs"