# 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 = "selium-std" version = "0.2.3" authors = ["Selium Contributors"] include = [ "src/**/*", "benches/**/*", ] description = """ selium-std is a dependent crate of Selium. Do not use directly. """ homepage = "https://selium.com" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/seliumlabs/selium" [[bench]] name = "codecs" harness = false required-features = [ "codec", "traits", ] [[bench]] name = "compression" harness = false required-features = [ "compression", "traits", ] [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3" [dependencies.brotli] version = "3.4" optional = true [dependencies.bytes] version = "1.4" [dependencies.flate2] version = "1.0" features = ["zlib"] optional = true [dependencies.futures] version = "0.3" [dependencies.lz4_flex] version = "0.11" optional = true [dependencies.quinn] version = "0.10" [dependencies.selium-log] version = "0.1" [dependencies.serde] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.zstd] version = "0.13" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.fake] version = "2.9" [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] codec = ["dep:serde"] compression = [ "dep:brotli", "dep:flate2", "dep:lz4_flex", "dep:zstd", ]