# 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 = "cabin" version = "0.2.0" authors = ["Markus Ast "] description = "Server-first toolkit to build web apps" license = "MIT OR Apache-2.0" repository = "https://github.com/rkusa/cabin" [dependencies.bytes] version = "1.2" [dependencies.cabin-macros] version = "0.2" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "0.2" [dependencies.http-body] version = "0.4" [dependencies.http-error] version = "0.1" [dependencies.linkme] version = "0.3" [dependencies.mime] version = "0.3" [dependencies.multer] version = "2.1.0" features = ["json"] [dependencies.num_cpus] version = "1.15" [dependencies.once_cell] version = "1.15" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.serde_urlencoded] version = "0.7" [dependencies.tokio] version = "1.0" features = ["rt"] [dependencies.tokio-util] version = "0.7" features = ["rt"] [dependencies.tracing] version = "0.1" [dependencies.twox-hash] version = "1.6" [dev-dependencies.axum] version = "0.6" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", "time", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "std", "fmt", "ansi", ] default-features = false [features] default = ["livereload"] livereload = []