# 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 = "seahorse-dev" version = "0.2.0" description = "Write Anchor-compatible Solana programs in Python" homepage = "https://www.seahorse.dev/" readme = "README.md" license = "MIT" repository = "https://github.com/solana-developers/seahorse/" [[bin]] name = "seahorse" [dependencies.base58] version = "0.2.0" [dependencies.clap] version = "3.2.8" features = [ "derive", "cargo", ] [dependencies.heck] version = "0.4.0" [dependencies.owo-colors] version = "3.4.0" [dependencies.proc-macro2] version = "1.0.40" [dependencies.quote] version = "1.0.20" [dependencies.regex] version = "1.5.6" [dependencies.rustpython-parser] version = "0.1.2" [dependencies.spinners] version = "4.1.0" [dependencies.toml_edit] version = "0.14.4" [build-dependencies.proc-macro2] version = "1.0.40" [build-dependencies.quote] version = "1.0.20" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rustfmt-wrapper] version = "0.2.0"