# 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" rust-version = "1.71.0" name = "scrapbook" version = "0.1.1" authors = ["mwatanabe "] description = "Documentation library using hierarchically partial templates" license = "MIT" repository = "https://github.com/glaceef/scrapbook" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [dependencies.handlebars] version = "4.3.7" features = ["dir_source"] optional = true [dependencies.paste] version = "1.0.12" [dependencies.seq-macro] version = "0.3.3" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [features] default = ["handlebars"] handlebars = ["dep:handlebars"]