# 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 = "bakefile" version = "0.6.0" authors = ["Gabriel Falcão "] exclude = ["tests"] description = "run commands" homepage = "https://github.com/bakefile/bakefile" documentation = "https://docs.rs/bakefile" readme = "README.md" license = "Hippocratic-2.1" [lib] name = "bakefile" path = "src/lib.rs" [[bin]] name = "bake" path = "src/main.rs" bench = false [dependencies.clap] version = "4.4.8" features = [ "env", "string", "unicode", "derive", "wrap_help", ] [dependencies.sanitation] version = "0.0.1" [dependencies.serde] version = "1.0.193" features = [ "derive", "serde_derive", ] [dependencies.serde_derive] version = "1.0.193" [dev-dependencies.k9] version = "0.11.6"