# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "libssg" version = "0.1.1" authors = ["Manos Pitsidianakis "] description = "static site generation library" readme = "README.md" keywords = ["static", "site", "generation"] categories = ["template-engine", "web-programming"] license = "GPL-3.0-or-later" repository = "https://github.com/epilys/libssg" [lib] name = "libssg" [dependencies.handlebars] version = "3.0.1" features = ["dir_source"] [dependencies.regex] version = "1.3.4" [dependencies.serde] version = "^1.0.100" features = ["derive"] [dependencies.serde_json] version = "1.0.47" [dependencies.uuid] version = "0.8.1" features = ["v3"]