jawt 0.2.1

Cross-platform Rust bindings to Java AWT
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 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"
rust-version = "1.74"
name = "jawt"
version = "0.2.1"
authors = ["Chanjung Kim <chanjungkim@paxbun.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform Rust bindings to Java AWT"
homepage = "https://github.com/gobley/jawt"
readme = "README.md"
keywords = [
    "java",
    "jni",
    "jawt",
    "awt",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gobley/jawt"

[features]
default = [
    "java-1-4",
    "java-9",
    "dynamic-get-awt",
]
dynamic-get-awt = []
euclid = ["dep:euclid"]
java-1-4 = []
java-9 = ["java-1-4"]
static-get-awt = ["jawt-sys/static-get-awt"]

[lib]
name = "jawt"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2"

[dependencies.euclid]
version = "0.22"
features = ["std"]
optional = true
default-features = false

[dependencies.jawt-sys]
version = "0.2"
default-features = false

[dependencies.jni]
version = "0.21"
default-features = false

[dependencies.libc]
version = "0.2"
default-features = false

[dependencies.once_cell]
version = "1"

[target.'cfg(all(target_family = "unix", not(target_vendor = "apple"), not(target_os = "android")))'.dependencies.x11-dl]
version = "2"
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3"
features = [
    "NSResponder",
    "NSView",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc2-quartz-core]
version = "0.3"
features = ["CALayer"]
default-features = false

[target.'cfg(target_os = "windows")'.dependencies.utf16_literal]
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.60"
features = [
    "Win32_Foundation",
    "Win32_Graphics_Gdi",
    "Win32_UI_WindowsAndMessaging",
    "Win32_System_LibraryLoader",
]
default-features = false