# 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.70" name = "smartdeploy-cli" version = "0.5.0" authors = ["Willem Wyndham "] autobins = false default-run = "smartdeploy" description = "Smartdeploy CLI" readme = "README.md" license = "Apache-2.0" [package.metadata.binstall] bin-dir = "{ bin }{ binary-ext }" pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target }{ archive-suffix }" [lib] name = "smartdeploy_cli" path = "src/lib.rs" doctest = false [[bin]] name = "smartdeploy" path = "src/bin/main.rs" [dependencies.clap] version = "4.1.8" features = [ "derive", "env", "deprecated", "string", ] [dependencies.dotenvy] version = "0.15.7" [dependencies.ed25519-dalek] version = "2.0.0" [dependencies.heck] version = "0.4.1" [dependencies.loam-sdk] version = "0.6.5" [dependencies.shlex] version = "1.1.0" [dependencies.smartdeploy-build] version = "0.2.1" [dependencies.soroban-cli] version = "20.1.1" [dependencies.soroban-spec] version = "20.0.3" [dependencies.soroban-spec-tools] version = "20.1.1" [dependencies.stellar-strkey] version = "0.0.8" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.predicates] version = "2.1.5"