# 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.1.0" authors = ["Kirill Chibisov "] 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" [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" [features] alloc = [] default = ["std"] std = ["alloc"]