# 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.64" name = "fiberplane-api-client" version = "1.0.0-beta.14" authors = ["Fiberplane "] description = "Generated API client for Fiberplane API" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/fiberplane/fiberplane" [lib] name = "fiberplane_api_client" crate-type = ["rlib"] path = "src/lib.rs" required-features = [] edition = "2021" [dependencies.anyhow] version = "1" [dependencies.base64uuid] version = "1.1.0" features = [] default-features = false [dependencies.bytes] version = "1" [dependencies.fiberplane-models] version = "1.0.0-beta.14" features = [] [dependencies.reqwest] version = "0.11" features = [ "gzip", "json", "multipart", "rustls-tls", ] default-features = false [dependencies.secrecy] version = "0" [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.url] version = "2"