# 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 = "nib" version = "0.0.8" authors = ["Yasuhiro Яша Asaka "] exclude = ["test/*"] description = "A yet another static site generator" homepage = "https://gitlab.com/grauwoelfchen/nib" documentation = "https://gitlab.com/grauwoelfchen/nib" readme = "README.md" keywords = ["cli", "text"] categories = ["command-line-interface", "text-processing"] license = "Apache-2.0" repository = "https://gitlab.com/grauwoelfchen/nib" [lib] name = "nib" path = "src/lib.rs" [dependencies.document_tree] version = "0.4.0" [dependencies.glob] version = "0.3.0" [dependencies.handlebars] version = "4.0.1" [dependencies.rst_parser] version = "0.4.0" [dependencies.rst_renderer] version = "0.4.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.syntect] version = "4.5" features = ["default-fancy"] default-features = false [badges.gitlab] branch = "master" repository = "grauwoelfchen/nib"