# 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 = "htmpl" version = "0.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "htmpl is a library for generating HTML files from HTML templates." homepage = "https://cceckman.com/r/htmpl" readme = "README.md" license = "MIT" repository = "https://cceckman.com/r/htmpl" [lib] name = "htmpl" path = "src/lib.rs" [dependencies.ego-tree] version = "0.6.3" [dependencies.html5ever] version = "0.27.0" [dependencies.rusqlite] version = "0.32.1" features = ["bundled"] [dependencies.scraper] version = "0.20.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1.40" [dev-dependencies.tempfile] version = "3.13.0" [dev-dependencies.test-log] version = "0.2.16" features = ["trace"]