sprites 0.1.0

Official Rust SDK for Sprites - stateful sandbox environments from Fly.io
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.futures-util]
version = "0.3"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "sync", "time"]
version = "1.36"

[dependencies.tokio-tungstenite]
features = ["rustls-tls-native-roots"]
version = "0.24"

[dependencies.tokio-util]
features = ["codec"]
version = "0.7"

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2"

[dev-dependencies.tokio-test]
version = "0.4"

[lib]
name = "sprites"
path = "src/lib.rs"

[lints.clippy]
cast_possible_truncation = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
format_push_string = "allow"
match_same_arms = "allow"
match_wildcard_for_single_variants = "allow"
missing_errors_doc = "allow"
missing_fields_in_debug = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
redundant_closure_for_method_calls = "allow"
return_self_not_must_use = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
too_many_lines = "allow"
unnecessary_wraps = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Fly.io <hello@fly.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools", "virtualization"]
description = "Official Rust SDK for Sprites - stateful sandbox environments from Fly.io"
documentation = "https://docs.rs/sprites"
edition = "2021"
homepage = "https://sprites.dev"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["sprites", "sandbox", "fly", "firecracker", "vm"]
license = "Apache-2.0"
name = "sprites"
readme = "README.md"
repository = "https://github.com/m-mohamed/sprites-rs"
rust-version = "1.75"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]