# 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" rust-version = "1.57.0" name = "opaque-pointer" version = "0.9.0" authors = [ "Jesus Hernandez ", "Dylan DPC", ] exclude = [ ".github/**", ".vscode/**", ".idea/**", "tests/**", ] description = "Generic functions to work with opaque pointers when use FFI to expose Rust structs" readme = "README.md" keywords = [ "opaque", "pointers", "cbindgen", "ffi", "no_std", ] categories = [ "development-tools::ffi", "no-std", ] license = "Unlicense" repository = "https://github.com/jhg/opaque-pointer-rs/" [package.metadata.docs.rs] features = [ "std", "lender", ] [dependencies.lazy_static] version = "1.4" optional = true [dependencies.log] version = "0.4" [features] alloc = [] c-types = ["std"] default = [ "std", "lender", ] lender = ["lazy_static"] std = []