# 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 = "iron-os-packages-api" version = "0.1.0" authors = ["Sören Meier "] description = "Iron OS Packages Api" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/iron-os/iron-os" [dependencies.base64] version = "0.21" [dependencies.bytes] version = "0.2.11" package = "simple-bytes" [dependencies.crypto] version = "0.4.0" features = [ "signature", "serde", "b64", "hash", ] package = "fire-crypto" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.stream] version = "0.4.2" features = [ "json", "fs", "encrypted", ] package = "fire-stream" [dependencies.stream-api] version = "0.3.3" features = [ "encrypted", "json", ] package = "fire-stream-api" [dependencies.tokio] version = "1.0" features = [ "net", "io-util", "time", "fs", ] [dev-dependencies.tokio] version = "1.0" features = [ "net", "io-util", "rt-multi-thread", "time", "macros", "sync", ]