[go: up one dir, main page]

rusty-cheddar 0.3.3

A library to automatically generate C header files from Rust source files.
[[bin]]
doc = false
name = "cheddar"

[dependencies]
clap = "1"
syntex_syntax = "0.24.0"
toml = "0.1.25"

[lib]
name = "cheddar"

[package]
authors = ["Sean Marshallsay <srm.1708@gmail.com>"]
description = "A library to automatically generate C header files from Rust source files."
documentation = "http://sean1708.github.io/rusty-cheddar"
homepage = "https://github.com/Sean1708/rusty-cheddar"
keywords = ["c", "header", "ffi"]
license = "MIT"
name = "rusty-cheddar"
readme = "README.md"
repository = "https://github.com/Sean1708/rusty-cheddar.git"
version = "0.3.3"