# 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 = "fud-core" version = "0.0.2" description = "Library for building declarative build tools" readme = "README.md" keywords = ["build-tool"] categories = ["build-tool"] license-file = "LICENSE" [dependencies.anyhow] version = "1" [dependencies.argh] version = "0.1" [dependencies.camino] version = "1.1.6" [dependencies.cranelift-entity] version = "0.103.0" [dependencies.env_logger] version = "0.9.0" features = [ "termcolor", "atty", ] default-features = false [dependencies.figment] version = "0.10.12" features = ["toml"] [dependencies.log] version = "0.4" [dependencies.pathdiff] version = "0.2.1" features = ["camino"] [dependencies.serde] version = "1.0" features = ["derive"]