# 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 = "mittlife_cycles" version = "0.1.2" authors = [ "Dirk Faust ", "Fabian Weik ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "the mittwald extension signature verifier" readme = "README.md" keywords = [ "mittwald", "marketplace", "verification", "webhooks", ] license = "MIT" repository = "https://github.com/Dirk007/mittlife_cycles" [lib] name = "mittlife_cycles" path = "src/lib.rs" [dependencies.actix-web] version = "4.9.0" optional = true [dependencies.anyhow] version = "1.0.89" [dependencies.async-trait] version = "0.1.83" [dependencies.base64] version = "0.22.1" [dependencies.ed25519] version = "2.2.3" [dependencies.ed25519-dalek] version = "2.1.1" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.mockall] version = "0.13.0" [dependencies.poem] version = "3.1.1" optional = true [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dev-dependencies.futures] version = "0.3.31" [dev-dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "macros", "sync", ] [features] actixheader = ["actix-web"] default = ["poemheader"] poemheader = ["poem"]