# 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 = "octotablet" version = "0.1.0" authors = ["Aspen "] description = "Cross-platform Tablet and Stylus Api 🐙✨" readme = "README.md" keywords = [ "wacom", "tablet", "stylus", "pen", "ink", ] categories = ["os"] license = "MIT" repository = "https://github.com/Fuzzyzilla/octotablet" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", "i686-unknown-linux-gnu", "x86_64-unknown-linux-gnu", ] [dependencies.bitflags] version = "2.4.2" [dependencies.enum_dispatch] version = "0.3.12" [dependencies.raw-window-handle] version = "0.6.0" [dependencies.smallvec] version = "1.13.1" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.thiserror] version = "1.0.58" [dev-dependencies.eframe] version = "0.26.2" [dev-dependencies.softbuffer] version = "0.4.1" [dev-dependencies.tiny-skia] version = "0.11.4" features = [ "std", "simd", ] default-features = false [dev-dependencies.usb-ids] version = "1.2024.2" [dev-dependencies.winit] version = "0.29.15" [build-dependencies.cfg_aliases] version = "0.2.0" [features] default = [ "wayland-tablet-unstable-v2", "windows-ink", ] wayland-tablet-unstable-v2 = [ "wayland-backend", "wayland-client", "wayland-protocols", ] windows-ink = ["windows"] [target."cfg(any(docsrs, all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\")))))".dependencies.wayland-backend] version = "0.3.3" features = ["client_system"] optional = true [target."cfg(any(docsrs, all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\")))))".dependencies.wayland-client] version = "0.31.2" optional = true [target."cfg(any(docsrs, all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\")))))".dependencies.wayland-protocols] version = "0.31.2" features = [ "client", "unstable", ] optional = true [target."cfg(any(docsrs, target_os = \"windows\"))".dependencies.windows] version = "0.54.0" features = [ "implement", "Win32_UI_TabletPC", "Win32_UI_HiDpi", "Win32_System_Com_Marshal", "Win32_Foundation", ] optional = true