# 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 = "acme-pipelines" version = "0.2.4" authors = ["FL03 (https://github.com/FL03)"] description = "acme" homepage = "https://github.com/FL03/acme/wiki" keywords = ["scsys"] categories = [] license = "Apache-2.0" repository = "https://github.com/FL03/acme" resolver = "1" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.async-trait] version = "0.1.59" [dependencies.axum] version = "0.6.1" [dependencies.http] version = "0.2.8" [dependencies.http-body] version = "0.4.5" [dependencies.hyper] version = "0.14.23" features = ["full"] [dependencies.scsys] version = "0.1.38" features = ["full"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tokio] version = "1.23.0" features = ["macros"] [dependencies.tracing] version = "0.1.37" features = [] [dev-dependencies] [build-dependencies]