# 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 = "ffi_utils" version = "0.17.0" authors = ["MaidSafe Developers "] description = "FFI utilities" homepage = "https://maidsafe.net" documentation = "https://docs.rs/ffi_utils" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/ffi-utils" [dependencies.base64] version = "~0.9.0" [dependencies.jni] version = "~0.12.0" optional = true [dependencies.log] version = "~0.4.1" [dependencies.regex] version = "~0.2.5" [dependencies.serde] version = "1.0.27" [dependencies.serde_derive] version = "1.0.27" [dependencies.unwrap] version = "1.2.0" [dependencies.walkdir] version = "2.3.1" [dev-dependencies.rand] version = "0.7.3" [features] java = ["jni"]