# 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 = "shadow-drive-py" version = "0.6.2" authors = [ "Cavey Cool ", "Tracy ", ] description = "The Python SDK for GenesysGo's Shadow Drive" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/GenesysGo/shadow-drive-rust" resolver = "1" [lib] name = "shadow_drive" crate-type = ["cdylib"] [dependencies.concat-arrays] version = "0.1.2" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.pyo3] version = "0.17.3" features = ["extension-module"] [dependencies.reqwest] version = "0.11.14" [dependencies.shadow-drive-sdk] version = "0.6.2" [dependencies.tokio] version = "1.14.1" features = ["full"] [dependencies.tokio-scoped] version = "0.2.0"