# 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 = "annil" version = "0.2.0" authors = ["Yesterday17 "] description = "A basic implementation of annil protocol." license = "Apache-2.0" repository = "https://github.com/ProjectAnni/anni" resolver = "1" [dependencies.anni-flac] version = "0.2.2" features = ["async"] [dependencies.anni-provider] version = "0.2.0" [dependencies.anni-repo] version = "0.3.0" features = [ "git", "db-write", ] optional = true [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.6.1" [dependencies.base64] version = "0.21.0" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3" [dependencies.jwt-simple] version = "0.11.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7.4" features = ["io"] [dependencies.toml] version = "0.7.0" [dependencies.tower-http] version = "0.4.0" features = ["cors"] [dependencies.uuid] version = "1" [features] default = [ "metadata", "transcode", ] metadata = ["anni-repo"] transcode = []