# 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] name = "c_rs" version = "0.1.9" authors = ["github.com/mrMiiao"] description = "Embed C code inside your Rust code. GCC and rustc nightly required." readme = "README.md" keywords = [ "c", "ffi", ] license = "MPL-2.0" repository = "https://github.com/mrMiiao/c_rs" [dependencies.gcc] version = "0.3" optional = true [dependencies.syntex_errors] version = "0.42.0" [dependencies.syntex_pos] version = "0.42.0" [dependencies.syntex_syntax] version = "0.42" optional = true [features] build = [ "gcc", "syntex_syntax", ] macro = []