cbindgen 0.4.0

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.4.0"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>", "Kartikaya Gupta <kats@mozilla.com>", "Ryan Hunt <rhunt@eqrion.net>"]
exclude = ["test.py", "tests/**"]
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.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "0.11"
features = ["full"]
default-features = false

[dependencies.tempdir]
version = "0.3"

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