# 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 = "jpki-ffi-generic" version = "0.4.3" authors = ["Naoki Ikeguchi "] include = [ "src", "bindings.h", ] description = "Generic FFI binding of jpki-rs for C/C++ and many other languages." homepage = "https://github.com/siketyan/jpki-rs" readme = "README.md" license = "LGPL-2.1-or-later" repository = "https://github.com/siketyan/jpki-rs.git" [lib] name = "jpki" crate-type = ["cdylib"] [dependencies.jpki] version = "=0.4.3" [build-dependencies.cbindgen] version = "0.24"