# 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 = "quilt-api" version = "0.2.0" description = "Non-web API for representing quilt4 data structures." homepage = "https://www.quiltdata.com" documentation = "https://docs.quiltdata.com" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/quiltdata/quilt-api" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.maud] version = "0.25.0" [dependencies.mime] version = "0.3.17" [dependencies.poem-openapi] version = "3.0" features = [ "static-files", "url", ] [dependencies.quilt-rs] version = "0" [dependencies.serde] version = "1.0.193" features = ["std"] [dependencies.serde_json] version = "1.0.108" features = ["std"] [dependencies.syntect] version = "5.1" [dependencies.tokio] version = "1.35" [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.temp_testdir] version = "^0.2.3" [dev-dependencies.tokio-test] version = "^0.4.3"