# 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 = "composer-cli" version = "0.0.6" authors = [ "HugoByte", "The HugoByte Team ", ] description = "composer is tool to build workflow using echo config files" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hugobyte/composer.git" resolver = "1" [package.metadata.wix] eula = false license = false path-guid = "D6440E95-99AA-4005-A9F3-9064DAB70465" upgrade-guid = "2242B0E7-4997-48B2-BAC8-DEEAC0E4AE70" [profile.dev] opt-level = 0 debug = 2 debug-assertions = true [profile.release] opt-level = 3 debug = 0 debug-assertions = false [lib] path = "src/lib.rs" [[bin]] name = "composer" path = "src/main.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "4.5.0" features = [ "derive", "env", ] [dependencies.composer-primitives] version = "0.0.3" [dependencies.echo-library] version = "0.0.4" [dependencies.itertools] version = "0.12.1" [dependencies.serde] version = "1.0.137" features = ["derive"] optional = true [dependencies.sys-info] version = "0.9.1" [dependencies.tempfile] version = "3.2.0" [dependencies.thiserror] version = "1.0" [dependencies.walkdir] version = "2"