# 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 = "jnat" version = "0.11.2" description = "A wrapper around the jni crate" documentation = "https://docs.rs/jnat/" readme = "README.md" categories = ["api-bindings"] license = "MIT" repository = "https://github.com/shreyasm-dev/jnat/" [[test]] name = "integration" path = "integration/main.rs" harness = false [dependencies.jnat-macros] version = "0.2.0" optional = true [dependencies.jni] version = "0.21.1" [dev-dependencies.inventory] version = "0.3.11" [dev-dependencies.log] version = "0.4.19" [dev-dependencies.pretty_env_logger] version = "0.5.0" [features] default = [ "jni", "jnat-macros", ] jni = []