# 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 = "september" version = "0.2.32" authors = ["Fuwn "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A simple and efficient Gemini-to-HTTP proxy." homepage = "https://github.com/gemrest/september" readme = "README.md" keywords = [ "rust", "gemini", "proxy", ] categories = [ "web-programming", "web-programming::http-server", ] license = "GPL-3.0-only" repository = "https://github.com/gemrest/september" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 [[bin]] name = "september" path = "src/main.rs" [dependencies.actix-web] version = "4.9.0" [dependencies.comrak] version = "0.29.0" [dependencies.dotenv] version = "0.15.0" [dependencies.germ] version = "0.4.5" features = [ "ast", "meta", ] [dependencies.log] version = "0.4.22" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.url] version = "2.5.2" [build-dependencies.anyhow] version = "1.0.92" [build-dependencies.vergen] version = "8.3.2" features = [ "git", "gitoxide", ]