# 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 = "blog-tools" version = "0.2.1" authors = ["Indigo Curnick "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of tools that helps make blogs in Rust" readme = "README.md" keywords = [ "blog", "website", "rocket", "templates", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/IndigoCurnick/blog-tools" [lib] name = "blog_tools" path = "src/lib.rs" [[example]] name = "high" path = "examples/high/main.rs" [[example]] name = "low" path = "examples/low/main.rs" [[example]] name = "medium" path = "examples/medium/main.rs" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.markdown] version = "1.0.0-alpha.11" [dependencies.serde] version = "1.0.134" features = ["derive"] [dependencies.serde_json] version = "1.0.77" [dependencies.tl] version = "0.7.8" [dependencies.walkdir] version = "2.3.2" [dependencies.xml] version = "0.8.20" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rocket] version = "0.5.0" [dev-dependencies.rocket_codegen] version = "0.5.0" [dev-dependencies.rocket_dyn_templates] version = "0.1.0" features = ["tera"] [dev-dependencies.tera] version = "1.15.0" [dev-dependencies.tokio] version = "1.29.1" features = ["full"]