# 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-cli" version = "0.0.3" authors = ["Yasuhiro Яша Asaka "] exclude = ["test/*"] description = "A cli for a yet another static site generator Nib" homepage = "https://gitlab.com/grauwoelfchen/nib" documentation = "https://gitlab.com/grauwoelfchen/nib" readme = "README.md" keywords = ["cli", "text"] categories = ["command-line-utilities", "text-processing"] license = "Apache-2.0" repository = "https://gitlab.com/grauwoelfchen/nib" [[bin]] name = "nib" path = "src/main.rs" doc = false [dependencies.nib] version = "0.0.8" [dependencies.toml] version = "0.5" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [badges.gitlab] branch = "master" repository = "grauwoelfchen/nib"