# 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 = "whynotblog" version = "1.1.0" build = false exclude = [ "sql/*", "bin/*", ] autobins = false autoexamples = false autotests = false autobenches = false default-run = "whynotblog" description = "A semi-simple blog system using turso." readme = "README.md" license = "CC0-1.0" repository = "https://github.com/whynotavailable/blog" [lib] name = "whynotblog" path = "src/lib.rs" [[bin]] name = "whynotblog" path = "src/main.rs" [[bin]] name = "whynotblog-cli" path = "src/bin/whynotblog-cli.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.axum] version = "0.7.5" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.config] version = "0.14.0" [dependencies.handlebars] version = "6.0.0" features = ["dir_source"] [dependencies.libsql] version = "0.5.0" [dependencies.pulldown-cmark] version = "0.11.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tower] version = "0.4.13" [dependencies.tower-http] version = "0.5.2" features = ["fs"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]