# 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 = "warpy" version = "0.3.68" authors = ["Mihai Galos "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "🌀 A thin warp wrapper for serving folders over http." readme = "README.md" keywords = [ "cli", "download", "resume", ] categories = [ "command-line-utilities", "network-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/mihaigalos/warpy" [profile.release] lto = true [lib] name = "warpy" path = "src/lib.rs" [[example]] name = "auto_port" path = "examples/auto_port.rs" [[example]] name = "auto_port_tls" path = "examples/auto_port_tls.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "simple_tls" path = "examples/simple_tls.rs" [dependencies.build_html] version = "2.4.0" [dependencies.chrono] version = "0.4.38" [dependencies.env_logger] version = "0.11.3" [dependencies.local_ipaddress] version = "0.1.3" [dependencies.log] version = "0.4.21" [dependencies.qr2term] version = "0.3.1" [dependencies.rcgen] version = "0.12.1" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.warp] version = "0.3.7" features = ["tls"]