# 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 = "rupring" version = "0.10.0" authors = ["myyrakle "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Spring Comes to Rust" homepage = "https://github.com/myyrakle/rupring/blob/master/README.md" documentation = "https://docs.rs/rupring/latest/rupring" readme = "README.md" keywords = [ "server", "spring", "framework", "rupring", ] license = "MIT" repository = "https://github.com/myyrakle/rupring" [lib] name = "rupring" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.31" [dependencies.flate2] version = "1.0.34" [dependencies.http-body-util] version = "0.1.0" [dependencies.hyper] version = "1" features = ["full"] [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.log] version = "0.4.20" [dependencies.rupring_macro] version = "0.8.2" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.6.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [target.'cfg(target_os = "linux")'.dependencies.signal-hook] version = "0.3.17"