# 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 = "hugo_to_json" version = "0.3.9" authors = ["Arran France "] description = "A library and command line tool for producing a JSON representation of a Hugo site." readme = "README.md" keywords = ["Lunr", "Hugo", "JSON"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/arranf/HugoToJSON" [dependencies.env_logger] version = "0.8.3" [dependencies.log] version = "0.4.14" [dependencies.num_cpus] version = "1.13.0" [dependencies.serde] version = "1.0.125" [dependencies.serde_derive] version = "1.0.125" [dependencies.serde_json] version = "1.0.64" [dependencies.strip_markdown] version = "0.2.0" [dependencies.structopt] version = "0.3.21" [dependencies.thiserror] version = "1.0.24" [dependencies.threadpool] version = "1.8.1" [dependencies.toml] version = "0.5.8" [dependencies.walkdir] version = "2.3.2" [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.assert_cmd] version = "1.0.3" [dev-dependencies.predicates] version = "1.0.7" [dev-dependencies.tempfile] version = "3.2.0"