# 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 = "freeswitch-esl" version = "0.1.0" authors = ["KaranGauswami "] description = "FreeSwitch ESL implementation for Rust" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/KaranGauswami/freeswitch-esl.git" [dependencies.bytes] version = "1.4" [dependencies.futures] version = "0.3" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "io-util", "net", "rt", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.4" features = ["v4"] [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ]