Files
another-boids-in-rust/vendor/xkeysym/Cargo.toml

45 lines
1.1 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 = "2018"
rust-version = "1.58.1"
name = "xkeysym"
version = "0.2.1"
authors = ["John Nunley <jtnunley01@gmail.com>"]
description = "A library for working with X11 keysyms"
readme = "README.md"
keywords = [
"x11",
"keysym",
"keysyms",
]
license = "MIT OR Apache-2.0 OR Zlib"
repository = "https://github.com/notgull/xkeysym"
[dependencies.bytemuck]
version = "1.12.3"
features = ["derive"]
optional = true
default-features = false
[dependencies.serde]
version = "1.0.160"
features = ["derive"]
optional = true
default-features = false
[dev-dependencies.bytemuck]
version = "1.12.3"
[dev-dependencies.x11rb]
version = "0.12.0"