# 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] edition = "2021" name = "citrus" version = "0.10.2" authors = ["Kornel Lesiński "] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", ] description = "C to Rust syntax converter" homepage = "https://gitlab.com/citrus-rs/citrus" readme = "README.md" keywords = [ "C", "ffi", "bindings", "code-generation", ] categories = [ "development-tools::ffi", "command-line-utilities", ] license = "GPL-3.0+ AND BSD-3-Clause" repository = "https://gitlab.com/citrus-rs/citrus" [profile.release] lto = "fat" codegen-units = 1 debug = 0 strip = true [profile.test] debug = 0 [lib] doctest = false [[bin]] name = "citrus" doctest = false doc = false [dependencies.c3] version = "0.11.1" [dependencies.syntex_syntax] version = "0.59.1"