herb 0.9.6

Rust bindings for Herb
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "herb"
version = "0.9.6"
authors = ["Marco Roth <marco.roth@intergga.ch>"]
build = "build.rs"
include = [
    "src/**/*",
    "vendor/**/*.c",
    "vendor/**/*.h",
    "build.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for Herb"
readme = "README.md"
keywords = [
    "erb",
    "html",
    "html+erb",
    "ruby",
    "rails",
]
categories = [
    "parser-implementations",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/marcoroth/herb"

[lib]
name = "herb"
crate-type = ["rlib"]
path = "src/lib.rs"

[[bin]]
name = "herb-rust"
path = "src/main.rs"

[dependencies.colored]
version = "3"

[dependencies.libc]
version = "0.2"

[dev-dependencies.cargo-insta]
version = "1.43.2"

[dev-dependencies.insta]
version = "1.40"

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.glob]
version = "0.3"