Files

54 lines
1.2 KiB
TOML

# 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.65.0"
name = "cursor-icon"
version = "1.2.0"
authors = ["Kirill Chibisov <contact@kchibisov.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross platform cursor icon type"
readme = "README.md"
keywords = [
"windowing",
"cursor",
]
categories = ["gui"]
license = "MIT OR Apache-2.0 OR Zlib"
repository = "https://github.com/rust-windowing/cursor-icon"
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[lib]
name = "cursor_icon"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0.162"
features = ["derive"]
optional = true
default-features = false
[dev-dependencies.wayland-client]
version = "0.31.1"
[dev-dependencies.wayland-cursor]
version = "0.31.0"