# 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 = "namaka" version = "0.2.0" authors = ["figsoda "] description = "Snapshot testing for Nix based on haumea" homepage = "https://github.com/figsoda/namaka" readme = "README.md" keywords = [ "assert", "cli", "nix", "snapshot", "testing", ] categories = [ "command-line-utilities", "development-tools::testing", ] license = "MPL-2.0" repository = "https://github.com/figsoda/namaka" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.bat] version = "0.23.0" features = ["regex-onig"] default-features = false [dependencies.bstr] version = "1.5.0" [dependencies.clap] version = "4.3.1" features = [ "cargo", "derive", "unicode", "wrap_help", ] [dependencies.color-eyre] version = "0.6.2" [dependencies.dialoguer] version = "0.10.4" [dependencies.eyre] version = "0.6.8" [dependencies.monostate] version = "0.1.6" [dependencies.owo-colors] version = "3.5.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.similar] version = "2.2.1" features = ["unicode"] [dependencies.toml] version = "0.7.4" [build-dependencies.clap] version = "4.3.1" features = [ "derive", "string", ] [build-dependencies.clap_complete] version = "4.3.1" [build-dependencies.clap_mangen] version = "0.2.12"