# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "shary" version = "0.2.1" authors = ["kennytm "] exclude = ["minimize.sh", "src/web/index.html"] description = "HTTP server for sharing files and text snippets in LAN" homepage = "https://github.com/kennytm/shary" readme = "README.md" keywords = ["file-sharing"] license = "MIT" repository = "https://github.com/kennytm/shary" [dependencies.async-ctrlc] version = "1.0.0" [dependencies.async-std] version = "1.4.0" features = ["unstable"] default-features = false [dependencies.futures-util] version = "0.3.1" [dependencies.get_if_addrs] version = "0.5.3" [dependencies.hostname] version = "0.3.0" [dependencies.mime] version = "0.3.16" [dependencies.qrcode] version = "0.11.0" features = ["svg"] default-features = false [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.structopt] version = "0.3.5" [dependencies.tempfile] version = "3.1.0" [dependencies.tide] version = "0.6.0" [features] read_index_html_from_file_system = []