# 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.58.1" name = "md_puppy" version = "1.0.1" authors = ["AnnaLee <@SoftAnnaLee>"] exclude = ["img/*", ".editorconfig", ".vimspector.json", "notes.md", "tmux_rust_session.sh", "rusty-tags.vi", "template/*"] description = "A minimal static site generator" readme = "README.md" keywords = ["cli", "web", "markdown"] categories = ["command-line-utilities", "web-programming"] license = "MIT" repository = "https://github.com/SoftAnnaLee/md_puppy" resolver = "2" [dependencies.anyhow] version = "1.0.55" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.2" features = ["derive"] [dependencies.clap_complete] version = "3.1.0" [dependencies.fs_extra] version = "1.2.0" [dependencies.openssl] version = "0.10.38" [dependencies.pulldown-cmark] version = "0.9.1" features = ["simd"] default-features = false [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.tempfile] version = "3.3.0" [dependencies.yaml-rust] version = "0.4.5" [dependencies.zip] version = "0.5.13"