# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ptr-origin-tracker" version = "0.2.0" authors = ["Bernhard Schuster "] description = "A helper lib for validating memory pointers being passed around to FFI" homepage = "https://github.com/spearow/juice/tree/master/ptr-origin-tracker" keywords = ["pointer", "ffi", "helper"] categories = ["development-tools::ffi"] license = "MIT OR Apache-2.0 OR CC-BY-4.0 OR BSD-4-Clause" repository = "https://github.com/sparow/juice" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.paste] version = "0.1"