# 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 = "static-video-server" version = "0.1.3" authors = ["Aalekh Patel "] description = "A simple static video file server." homepage = "https://github.com/aalekhpatel07/static-video-server" documentation = "https://docs.rs/static-video-server/0.1.3/static-video-server" readme = "README.md" keywords = [ "file-server", "video-server", ] license-file = "LICENSE.md" repository = "https://github.com/aalekhpatel07/static-video-server" [dependencies.askama] version = "0.11.1" [dependencies.axum] version = "0.6.1" [dependencies.axum-macros] version = "0.3.0" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.tokio] version = "1.23.0" features = ["full"] [dependencies.tokio-util] version = "0.7.4" [dependencies.tower] version = "0.4.13" features = ["util"] [dependencies.tower-http] version = "0.3.5" features = [ "fs", "trace", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]