# 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 = "moz-cheddar" version = "0.4.2" authors = ["Sean Marshallsay ", "Matthew Gregan "] description = "A library to automatically generate C header files from Rust source files." homepage = "https://github.com/mozilla/moz-cheddar" documentation = "https://docs.rs/moz-cheddar" readme = "README.md" keywords = ["c", "header", "ffi"] license = "MIT" repository = "https://github.com/mozilla/moz-cheddar" [lib] name = "cheddar" path = "src/lib.rs" [[bin]] name = "cheddar" path = "src/bin/cheddar.rs" doc = false [dependencies.syntex_errors] version = "0.58.1" optional = true [dependencies.toml] version = "0.4" [dependencies.syntex_syntax] version = "0.58.1" optional = true [dependencies.clap] version = "2" [features] with-syntex = ["syntex_errors", "syntex_syntax"] default = ["with-syntex"]