# 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 = "lssg-lib" version = "0.1.0" authors = ["Lyr-7D1h "] description = "Lyr's Static Site Generator Library" readme = "README.md" keywords = [ "ssg", "markdown", "parser", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/Lyr-7D1h/lssg" [dependencies.chrono] version = "0.4.26" features = ["unstable-locales"] [dependencies.chrono-english] version = "0.1.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.18" [dependencies.pathdiff] version = "0.2.1" [dependencies.regex] version = "1.8.4" [dependencies.reqwest] version = "0.11.22" features = ["blocking"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde-extensions] version = "0.1.1" [dependencies.toml] version = "0.8.2"