abrasion/third_party/cargo/vendor/andrew-0.3.1/Cargo.toml

39 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "andrew"
version = "0.3.1"
authors = ["Lucas Timmins <timmins.s.lucas@gmail.com>"]
description = "The andrew crate provides convenient drawing of objects such as shapes, lines and text to buffers"
readme = "README.md"
keywords = ["draw", "buffer", "shapes", "lines", "pixels"]
categories = ["rendering", "multimedia::images"]
license = "MIT"
repository = "https://github.com/Smithay/andrew"
[dependencies.bitflags]
version = "1.2.1"
[dependencies.rusttype]
version = "0.9.2"
[dependencies.walkdir]
version = "2.3.1"
[dependencies.xdg]
version = "2.2.0"
[dependencies.xml-rs]
version = "0.8.3"
[dev-dependencies.smithay-client-toolkit]
version = "0.12"