# 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" rust-version = "1.74.1" name = "sandkasten-client" version = "0.2.2" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Sandkasten client library for running untrusted code" documentation = "https://docs.rs/sandkasten-client/" readme = "README.md" license = "MIT" repository = "https://github.com/Defelo/sandkasten" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "sandkasten_client" path = "src/lib.rs" [dependencies.poem-openapi] version = "5.0.3" features = ["uuid"] optional = true default-features = false [dependencies.reqwest] version = "0.12.5" features = [ "json", "rustls-tls", ] optional = true default-features = false [dependencies.serde] version = "1.0.204" features = [ "std", "derive", ] default-features = false [dependencies.serde_json] version = "1.0.121" features = ["std"] default-features = false [dependencies.thiserror] version = "1.0.63" default-features = false [dependencies.url] version = "2.5.2" optional = true default-features = false [dependencies.uuid] version = "1.10.0" features = [ "v4", "fast-rng", "serde", ] default-features = false [dev-dependencies.tokio] version = "1.39.2" features = [ "rt-multi-thread", "macros", ] default-features = false [features] blocking = [ "reqwest", "reqwest/blocking", ] default = ["reqwest"] poem-openapi = ["dep:poem-openapi"] reqwest = [ "dep:reqwest", "dep:url", ]