# 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 = "2018" name = "saloc" version = "0.0.0" description = "Library for the Salo language: a toolset to agnostically build and deploy OS images remotely." license = "MIT" repository = "https://github.com/semc-labs/salo" [dependencies.clap] version = "3.0.0-beta.2" features = ["yaml"] [dependencies.color-eyre] version = "0.5.11" features = ["issue-url"] [dependencies.linefeed] version = "0.6.0" [dependencies.saloc-lib] version = "0.0.0" [dependencies.tracing] version = "0.1.26" [dependencies.tracing-subscriber] version = "0.2.19"