# 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 = "glu" version = "0.7.26" description = "Unpacks a Markdown document full of code snippets into a temp directory." readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/MaddieM4/glu" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.gray_matter] version = "0.2.8" [dependencies.markdown] version = "1.0.0-alpha.16" [dependencies.openssl-sys] version = "0.9.102" [dependencies.regex] version = "1.10.5" [dependencies.remove_dir_all] version = "0.8.0" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.safe-path] version = "0.1.0" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.strum_macros] version = "0.26" [dependencies.tempdir] version = "0.3.7" [dependencies.url] version = "2.5.1" [features] vendored = ["openssl-sys/vendored"]