# 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 = "cobhan" version = "0.1.1" authors = [ "Jeremiah Gowdy ", "Jeremiah Senkpiel ", ] description = "Cobhan FFI is a system for enabling shared code to be written in Rust and consumed from all major languages/platforms in a safe and effective way, using easy helper functions to manage any unsafe data marshaling." homepage = "https://github.com/godaddy/cobhan-rust" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/godaddy/cobhan-rust" [lib] name = "cobhan" crate-type = ["rlib"] [dependencies.libc] version = "0.2.103" [dependencies.serde_json] version = "1.0.68" [dependencies.tempfile] version = "3.2.0" [features] cobhan_debug = []