# 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 = "mdbook-nix-eval" version = "1.0.1" authors = ["Jason R. McNeil "] exclude = ["docs/*", "examples/*"] description = "A simple mdbook preprocessor for evaluating nix expressions" homepage = "https://jasonrm.github.io/mdbook-nix-eval/" readme = "README.md" keywords = ["mdbook", "nix", "nixos"] license = "MPL-2.0" repository = "https://github.com/jasonrm/mdbook-nix-eval" [dependencies.clap] version = "2.33" [dependencies.mdbook] version = "0.4" [dependencies.pulldown-cmark] version = "0.8" [dependencies.pulldown-cmark-to-cmark] version = "6.0" [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3" [dependencies.toml] version = "0.5.8" [badges.maintenance] status = "as-is"