60 lines
1.3 KiB
TOML
60 lines
1.3 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"
|
|
name = "wayland-scanner"
|
|
version = "0.31.8"
|
|
authors = ["Elinor Berger <elinor@safaradeg.net>"]
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Wayland Scanner for generating rust APIs from XML wayland protocol files."
|
|
documentation = "https://docs.rs/wayland-scanner/"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"wayland",
|
|
"codegen",
|
|
]
|
|
categories = [
|
|
"gui",
|
|
"api-bindings",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/smithay/wayland-rs"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[lib]
|
|
name = "wayland_scanner"
|
|
path = "src/lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies.proc-macro2]
|
|
version = "1.0.11"
|
|
|
|
[dependencies.quick-xml]
|
|
version = "0.38.3"
|
|
|
|
[dependencies.quote]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.similar]
|
|
version = "2"
|