ffi_utils 0.9.0

FFI utilities
Documentation
# 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]
name = "ffi_utils"
version = "0.9.0"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
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.10.1"

[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.0.1"
[dev-dependencies.rand]
version = "~0.4.2"