# 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 = "2018" name = "k9" version = "0.12.0" authors = ["Aaron Abramov "] exclude = ["tests/**/*"] description = "rust testing library" readme = "README.md" license = "MIT" repository = "https://github.com/aaronabramov/k9" [dependencies.anyhow] version = "1.0.32" [dependencies.colored] version = "2" [dependencies.diff] version = "0.1" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] default-features = false [dependencies.regex] version = "1.3" optional = true [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", "visit", ] [dependencies.terminal_size] version = "0.2" [dev-dependencies.derive_builder] version = "0.9.0" [dev-dependencies.k9_stable] version = "0.11.7" package = "k9" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.sha2] version = "0.9.1" [dev-dependencies.strip-ansi-escapes] version = "0.1.0" [features] custom_comparison_formatters = [] default = ["regex"]