# 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 = "soanm" version = "0.1.3" authors = ["Ben Weinstein-Raun"] description = "Shell Of A New Machine" readme = "README.md" license = "CC0-1.0 OR Apache-2.0" repository = "https://github.com/benwr/soanm" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "3" features = ["derive"] [dependencies.clap-verbosity-flag] version = "1" [dependencies.flate2] version = "1" [dependencies.log] version = "0.4" [dependencies.magic-wormhole] version = "0.5" [dependencies.stderrlog] version = "0.5" [dependencies.tar] version = "0.4" [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1" features = [ "fs", "macros", "process", "rt", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"