# 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] name = "satstream-rust-sdk" version = "1.0.17" authors = ["Satstream"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Satstream API SDK for Rust" readme = "README.md" license = "MIT" [lib] name = "satstream_rust_sdk" path = "src/lib.rs" [dependencies.base64] version = "~0.7.0" [dependencies.futures] version = "0.1.16" [dependencies.hyper] version = "0.11.6" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.7" [dependencies.url] version = "1.5"