# 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" rust-version = "1.71.1" name = "miltr-server" version = "0.1.0" description = "A miltr server library in pure rust" readme = "Readme.md" license = "MIT" [dependencies.async-trait] version = "0.1.77" [dependencies.asynchronous-codec] version = "0.7.0" [dependencies.bytes] version = "1.5.0" [dependencies.futures] version = "0.3.30" [dependencies.miltr-common] version = "0.1.0" [dependencies.miltr-utils] version = "0.1.0" [dependencies.thiserror] version = "1.0.57" [dev-dependencies.async-dropper] version = "0.3.1" features = [ "tokio", "simple", ] [dev-dependencies.async-trait] version = "0.1.77" [dev-dependencies.miette] version = "7.1.0" features = ["fancy"] [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [dev-dependencies.tokio-retry] version = "0.3.0" [dev-dependencies.tokio-util] version = "0.7.10" features = ["compat"] [features] _fuzzing = [] [lints.clippy] cast-possible-truncation = "allow" module_name_repetitions = "allow" pedantic = "deny" [lints.rust] missing_docs = "warn" unsafe_code = "forbid"