# 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 = "cargo-featalign" version = "0.6.2" authors = ["Xavier Lau "] build = "build.rs" description = "Cargo features alignment tool." homepage = "https://hack.ink/cargo-featalign" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/hack-ink/cargo-featalign" [profile.ci-dev] incremental = false inherits = "dev" [profile.ci-release] lto = true inherits = "release" [dependencies.anyhow] version = "1.0" [dependencies.cargo_metadata] version = "0.18" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.color-eyre] version = "0.6" [dependencies.fxhash] version = "0.2" [dependencies.imara-diff] version = "0.1" [dependencies.num_cpus] version = "1.16" [dependencies.once_cell] version = "1.18" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml_edit] version = "0.21" [build-dependencies.vergen] version = "8.2" features = [ "build", "cargo", "git", "gitcl", ]