# 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 = "dlwrap" version = "0.3.6" authors = ["Daiki Ueno"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "dlopen wrapper code generator" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ueno/dlwrap" [lib] name = "dlwrap" path = "src/lib.rs" [[bin]] name = "dlwrap" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1" [dependencies.clang] version = "2" features = ["clang_7_0"] [dependencies.clang-sys] version = "1" features = ["clang_7_0"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.regex] version = "1" [dev-dependencies.serial_test] version = "3" [dev-dependencies.tempfile] version = "3"