# 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 = "wedpr_ffi_common" version = "1.1.0" authors = ["WeDPR "] description = "Library of WeDPR ffi shared common utils." license = "Apache-2.0" [dependencies.jni] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.60" [dependencies.wedpr_ffi_macros] version = "1.1.0" [dependencies.wedpr_l_common_coder_base64] version = "1.1.0" optional = true [dependencies.wedpr_l_common_coder_hex] version = "1.1.0" optional = true [dependencies.wedpr_l_macros] version = "1.0.0" [dependencies.wedpr_l_utils] version = "1.1.0" [features] default = ["wedpr_f_base64"] wedpr_f_base64 = ["wedpr_l_common_coder_base64"] wedpr_f_hex = ["wedpr_l_common_coder_hex"]