# 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 = "testserver" version = "0.1.3" authors = ["SoniEx2 "] description = "Static HTTP webserver that stores resources as strings" homepage = "https://ganarchy.autistic.space/project/370aa8f9140476dd39d26831494b2de737edb359/" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://soniex2.autistic.space/git-repos/testserver-rs.git" [dependencies.ar] version = "0.8" [dependencies.base64] version = "0.13" [dependencies.percent-encoding] version = "2.1" [dependencies.tiny_http] version = "0.8"