# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "captain" version = "0.1.0-alpha.0" authors = ["Ian Macalinao "] description = "Program management for Solana and Anchor." homepage = "https://captain.so" license = "Apache-2.0" repository = "https://github.com/saber-hq/captain" [[bin]] name = "captain" path = "src/main.rs" [dependencies.anyhow] version = "1.0.32" [dependencies.cargo_toml] version = "0.9.2" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.colored] version = "2" [dependencies.semver] version = "1.0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_with] version = "1.9.3" [dependencies.shellexpand] version = "2.1.0" [dependencies.solana-sdk] version = "1.7.1" [dependencies.strum] version = "0.21.0" [dependencies.strum_macros] version = "0.21" [dependencies.tempfile] version = "3.2.0" [dependencies.toml] version = "0.5.8"