# 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" rust-version = "1.70.0" name = "xpct" version = "0.5.1" authors = ["Wren Powell "] description = "An extensible test assertion library" homepage = "https://github.com/lostatc/xpct" documentation = "https://docs.rs/xpct" readme = "README.md" keywords = [ "testing", "assertions", "assert", "matchers", ] categories = [ "development-tools", "development-tools::testing", ] license = "MIT" repository = "https://github.com/lostatc/xpct" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0" [dependencies.bitflags] version = "2.3.3" [dependencies.colored] version = "2.0" optional = true [dependencies.float-cmp] version = "0.9.0" optional = true [dependencies.regex] version = "1.7.0" optional = true [dependencies.serde_json] version = "1.0.91" optional = true [dependencies.similar] version = "2.2.1" optional = true [dependencies.unicase] version = "2.6.0" optional = true [dev-dependencies.doc-comment] version = "0.3.3" [features] casefold = ["dep:unicase"] color = ["dep:colored"] default = [ "fmt", "color", ] diff = ["similar"] float = ["dep:float-cmp"] fmt = [] json = ["dep:serde_json"] regex = ["dep:regex"] unicode-diff = [ "diff", "similar/unicode", ]