# 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 = "sprigbot" version = "0.1.1" description = "A bot named sprig." license-file = "LICENSE" [dependencies.axum] version = "0.6" features = [ "macros", "headers", ] [dependencies.figment] version = "0.10.8" features = [ "env", "toml", ] [dependencies.http-body-util] version = "0.1.0-rc.2" [dependencies.hyper] version = "1.0.0-rc.3" features = ["full"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.79" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.serde_with] version = "2.1.0" features = ["json"] [dependencies.time] version = "0.3.14" features = [ "formatting", "parsing", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.3"