# 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 = "tweb" version = "0.2.0" authors = ["TeaSpillStudios "] include = [ "/src", "LICENSE", ] description = "A markdown renderer with super powers." homepage = "https://teaspillstudios.co.uk/tweb" readme = "README.md" keywords = [ "web", "markdown", "webserver", ] categories = [ "web-prorgamming", "wep-programming::http-server", ] license = "MIT" repository = "https://github.com/teaspillstudios/tweb" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = true [dependencies.chrono] version = "0.4.24" features = ["clock"] [dependencies.chunked_transfer] version = "1.4.1" [dependencies.dirs] version = "5.0.0" [dependencies.log] version = "0.4.17" [dependencies.markdown] version = "0.3.0" [dependencies.pretty_env_logger] version = "0.4.0" [badges.maintenance] status = "actively-developed"