# 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 = "2018" name = "libafl_inline_c" version = "0.1.0" authors = ["Sharad Khanna "] description = "A fork of inline-c-rs for LibAFL" homepage = "https://github.com/mineo333/libafl-inline-c-rs" readme = "README.md" keywords = [ "test", "c", "cpp", ] categories = ["development-tools::testing"] license = "BSD-3-Clause" repository = "https://github.com/mineo333/libafl-inline-c-rs" [dependencies.assert_cmd] version = "1.0" [dependencies.cc] version = "1.0" [dependencies.lazy_static] version = "1.4" [dependencies.libafl_inline_c_macro] version = "0.1" [dependencies.predicates] version = "2" [dependencies.regex] version = "1.4" [dependencies.target-lexicon] version = "0.11" [dependencies.tempfile] version = "3.1" [build-dependencies.rustc_version] version = "0.3"