cobalt-bin 0.12.1

Static site generator written in Rust
Documentation
# 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]
name = "cobalt-bin"
version = "0.12.1"
authors = ["Benny Klotz <r3qnbenni@gmail.com>", "Johann Hofmann <mail@johann-hofmann.com>"]
description = "Static site generator written in Rust"
readme = "README.md"
keywords = ["static", "site", "generator"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/cobalt-org/cobalt.rs"

[lib]
name = "cobalt"

[[bin]]
name = "cobalt"
doc = false
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.24"

[dependencies.clippy]
version = "0.0"
optional = true

[dependencies.env_logger]
version = "0.5"

[dependencies.error-chain]
version = "0.11"

[dependencies.ghp]
version = "0.1"

[dependencies.hyper]
version = "0.10"
default-features = false

[dependencies.ignore]
version = "0.4"

[dependencies.itertools]
version = "0.7"

[dependencies.jsonfeed]
version = "0.2"

[dependencies.lazy_static]
version = "1.0"

[dependencies.liquid]
version = "0.14.1"
features = ["serde"]

[dependencies.log]
version = "0.4"

[dependencies.normalize-line-endings]
version = "0.2.2"

[dependencies.notify]
version = "4.0"

[dependencies.pulldown-cmark]
version = "0.1"
default-features = false

[dependencies.regex]
version = "0.2"

[dependencies.rss]
version = "1.1"

[dependencies.sass-rs]
version = "0.2"
optional = true

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.7"

[dependencies.syntect]
version = "1.8"
features = ["parsing", "assets", "html", "static-onig", "dump-load"]
optional = true
default-features = false

[dependencies.toml]
version = "0.4.0"

[dependencies.unidecode]
version = "0.3.0"

[dependencies.walkdir]
version = "2.0"
[dev-dependencies.assert_cli]
version = "0.5"

[dev-dependencies.difference]
version = "1.0"

[dev-dependencies.tempdir]
version = "0.3"

[features]
default = ["syntax-highlight"]
sass = ["sass-rs"]
syntax-highlight = ["syntect"]
unstable = []
[badges.appveyor]
repository = "cobalt-org/cobalt.rs"

[badges.travis-ci]
repository = "cobalt-org/cobalt.rs"