# 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 = "blazing_agi" version = "0.3.0" authors = ["Jonathan Schleucher"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "blazing_agi is a FastAGI server focusing on ergonomics and correctness." readme = "README.md" keywords = [ "agi", "fastagi", "asterisk", ] categories = ["network-programming"] license = "MIT-0" repository = "https://github.com/curatorsigma/blazing_agi" [lib] name = "blazing_agi" path = "src/lib.rs" [[example]] name = "layer-agi-digest" path = "examples/layer-agi-digest.rs" [[example]] name = "raw_command" path = "examples/raw_command.rs" [[example]] name = "simple_server" path = "examples/simple_server.rs" [dependencies.async-trait] version = "0.1.81" [dependencies.blazing_agi_macros] version = "0.1.0" [dependencies.tokio] version = "1.39.3" features = [ "io-util", "macros", "net", "rt", "rt-multi-thread", "time", ] [dependencies.tracing] version = "0.1.40" optional = true [dependencies.url] version = "2.5.2" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sha1] version = "0.10.6" [features] default = [] tracing = ["dep:tracing"] [lints.rust] unsafe_code = "forbid"