# 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 = "2021" name = "rsbind" version = "0.6.0" authors = ["sidney.wang "] description = "Provide tools to bind rust trait with other language and export library artifact directly. Invoke rust functions just like you write it in native language." readme = "../../README.md" license = "Apache-2.0" [lib] name = "rsbind_core" path = "src/lib.rs" [[bin]] name = "rsbind" path = "src/main.rs" [dependencies.cbindgen] version = "0.24.3" [dependencies.error-chain] version = "0.12.1" [dependencies.fs_extra] version = "1.1.0" [dependencies.heck] version = "0.4.0" [dependencies.ndk-build] version = "0.8.0" [dependencies.ndk-tool] version = "0.1.0" [dependencies.proc-macro2] version = "1.0.36" [dependencies.quote] version = "1.0.14" [dependencies.rstgen] version = "0.1.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "1.0.84" features = ["parsing", "full", "extra-traits"] default_features = false [dependencies.toml] version = "0.5.1" [dependencies.zip] version = "0.6.2"