# 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 = "actix-bincode" version = "0.3.1" authors = ["Olli Paananen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bincode extractor for Actix Web" readme = "README.md" keywords = [ "actix", "web", "bincode", ] license-file = "LICENSE" repository = "https://github.com/aalhitennf/actix-bincode" [lib] name = "actix_bincode" path = "src/lib.rs" [[test]] name = "bincode" path = "tests/bincode.rs" [[test]] name = "serde" path = "tests/serde.rs" [dependencies.actix-web] version = "4.9.0" [dependencies.bincode] version = "2.0.0-rc.3" [dependencies.derive_more] version = "1.0.0" features = [ "error", "display", ] [dependencies.futures] version = "0.3.30" [dependencies.serde] version = "1.0.208" features = ["derive"] optional = true [features] serde = [ "dep:serde", "bincode/serde", ]