# 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 = "router-hello" version = "0.2.1" description = "Tiny HTTP server which displays a router's information" homepage = "https://github.com/metastable-void/rv128" readme = "README.md" license = "Apache-2.0 OR MPL-2.0" repository = "https://github.com/metastable-void/rv128" [dependencies.askama] version = "0.12.1" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.rustyline] version = "12.0.0" [dependencies.tokio] version = "1" features = ["full"]