# 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 = "depict-server" version = "0.2.0" description = "API server for Depict" homepage = "https://github.com/mstone/depict" documentation = "https://docs.rs/depict-server" license = "MIT" repository = "https://github.com/mstone/depict" resolver = "2" [dependencies.Inflector] version = "0.11" [dependencies.axum] version = "0.4" [dependencies.depict] version = "0.2" features = ["server", "minion", "osqp"] default-features = false [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" [dependencies.logos] version = "0.12" [dependencies.petgraph] version = "0.6" features = ["serde-1"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["rt-multi-thread"] [dependencies.tower-http] version = "0.2" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-error] version = "0.2" features = ["traced-error"] [dependencies.tracing-subscriber] version = "0.3"