# 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 = "fly-sdk" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial Fly.io SDK for Rust" documentation = "https://docs.rs/fly-sdk" readme = "README.md" keywords = [ "sdk", "cloud", "serverless", "gpu", ] categories = [ "web-programming", "virtualization", ] license = "MIT" repository = "https://github.com/alexlatif/fly-rs" [lib] name = "fly_sdk" path = "src/lib.rs" [[example]] name = "apps" path = "examples/apps.rs" [[example]] name = "machines" path = "examples/machines.rs" [[example]] name = "secrets" path = "examples/secrets.rs" [[example]] name = "volumes" path = "examples/volumes.rs" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] apps = [] default = ["full"] full = [ "apps", "machines", "volumes", "secrets", ] machines = [] secrets = [] volumes = []