# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "actix-cbor" version = "0.1.4" authors = ["noah "] exclude = ["CHANGELOG.md"] publish = true description = "CBOR support for Actix-Web" readme = "README.md" keywords = ["serde", "actix", "cbor", "web", "async"] categories = ["encoding", "web-programming", "compression", "asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/Noah-Kennedy/actix-cbor" [dependencies.actix-http] version = "^2.0.0" [dependencies.actix-rt] version = "^1.0.0" [dependencies.actix-web] version = "^3.0.0" default-features = false [dependencies.bytes] version = "0.5.6" [dependencies.futures-util] version = "0.3.5" [dependencies.log] version = "0.4.11" [dependencies.serde] version = "^1.0.0" [dependencies.serde_cbor] version = "0.11.1" [dev-dependencies.mime] version = "0.3.16" [dev-dependencies.serde] version = "^1.0.0" features = ["derive"] [features] compress = ["actix-web/compress"]