kas-soft 0.17.0

KAS GUI / softbuffer front-end
# 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 = "2024"
rust-version = "1.92.0"
name = "kas-soft"
version = "0.17.0"
authors = ["Diggory Hardy <git@dhardy.name>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KAS GUI / softbuffer front-end"
documentation = "https://docs.rs/kas-soft/"
readme = "README.md"
keywords = [
    "gui",
    "softbuffer",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/kas-gui/kas"
resolver = "2"

[package.metadata.docs.rs]
features = ["kas/wayland"]

[features]
kms = ["softbuffer/kms"]
wayland = [
    "kas/wayland",
    "softbuffer/wayland",
    "softbuffer/wayland-dlopen",
]
x11 = [
    "kas/x11",
    "softbuffer/x11",
    "softbuffer/x11-dlopen",
]

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

[dependencies.bytemuck]
version = "1.7.0"

[dependencies.futures-lite]
version = "2.0"

[dependencies.guillotiere]
version = "0.6.0"

[dependencies.kas]
version = "0.17.0"
package = "kas-core"

[dependencies.log]
version = "0.4"

[dependencies.softbuffer]
version = "0.4.6"
default-features = false

[dependencies.thiserror]
version = "2.0.3"

[lints.clippy]
neg_cmp_op_on_partial_ord = "allow"