# 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-common" version = "0.1.0" authors = ["Selium Contributors"] include = ["src/**/*"] description = """ selium-common 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" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3" [dependencies.bytes] version = "1.4" [dependencies.futures] version = "0.3" [dependencies.quinn] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio-util] version = "0.7" features = ["codec"]