# 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" rust-version = "1.81.0" name = "rilis" version = "0.1.4" authors = ["Adiatma Kamarudin "] build = false include = [ "src/**/*", "Cargo.*", "LICENSE*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Local deployment tools built with Rust" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/ak9024/rilis" [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = true debug = 0 panic = "unwind" strip = true [profile.test] opt-level = 0 debug = 2 [lib] name = "rilis" path = "src/lib.rs" [[bin]] name = "rilis" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.async-trait] version = "0.1.83" [dependencies.clap] version = "4.5.20" features = [ "cargo", "derive", ] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.russh] version = "0.45.0" [dependencies.russh-keys] version = "0.45.0" [dependencies.russh-sftp] version = "2.0.5" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.toml] version = "0.8.19"