# 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 = "frisbee" version = "0.3.0" authors = ["Nathan Files "] description = "simple tool for serving files from disk" readme = "README.md" keywords = [ "dev", "web", "server", "filesystem", ] categories = [ "command-line-utilities", "web-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/nfiles/frisbee" resolver = "2" [profile.release] opt-level = "s" [dependencies.clap] version = "^3.2" features = ["derive"] [dependencies.rocket] version = "0.5.0-rc.2"