# 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 = "arse" version = "0.18.1" authors = ["Anthony Martinez"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust Site Engine" homepage = "https://github.com/anthonyjmartinez/arse" readme = "README.md" keywords = [ "blog", "CLI", "website-engine", ] categories = [ "command-line-utilities", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/anthonyjmartinez/arse.git" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [[bin]] name = "arse" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.axum] version = "0.7" features = ["http2"] [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.glob] version = "0.3.0" [dependencies.log] version = "0.4" [dependencies.pulldown-cmark] version = "0.11" features = [ "simd", "html", ] default-features = false [dependencies.rand] version = "0.8" [dependencies.rss] version = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.simplelog] version = "0.12" [dependencies.tera] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8" [dev-dependencies.hyper] version = "1" features = ["full"] [dev-dependencies.reqwest] version = "0.12" [dev-dependencies.tempfile] version = "3"