# 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" rust-version = "1.62.1" name = "ou" version = "0.1.6" authors = ["Raphael Amorim "] include = [ "src", "README.md", ] description = "Helps you serve a static site, single page application or just a static file" documentation = "https://github.com/raphamorim/ou#readme" readme = "README.md" keywords = [ "cargo", "server", "static", "single-page", "https", ] categories = [ "command-line-utilities", "development-tools", ] license = "MPL-2.0" repository = "https://github.com/raphamorim/ou" [[bin]] name = "ou" [dependencies.axum] version = "0.5.15" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.open] version = "3.0.3" [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.tower-http] version = "0.3.4" features = [ "fs", "cors", ]