cbindgen 0.8.4

A tool for generating C bindings to Rust code.
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 = "cbindgen"
version = "0.8.4"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>", "Kartikaya Gupta <kats@mozilla.com>", "Ryan Hunt <rhunt@eqrion.net>"]
description = "A tool for generating C bindings to Rust code."
keywords = ["bindings", "ffi", "code-generation"]
categories = ["external-ffi-bindings", "development-tools::ffi"]
license = "MPL-2.0"
repository = "https://github.com/eqrion/cbindgen/"

[lib]
name = "cbindgen"
path = "src/lib.rs"

[[bin]]
name = "cbindgen"
path = "src/main.rs"
doc = false
[dependencies.clap]
version = "2"

[dependencies.log]
version = "0.4"

[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "0.15.0"
features = ["clone-impls", "extra-traits", "full", "parsing", "printing"]
default-features = false

[dependencies.tempfile]
version = "3.0"

[dependencies.toml]
version = "0.4"
[badges.travis-ci]
repository = "eqrion/cbindgen"