rustdesk/vendor/system-deps-1.3.2/Cargo.toml

50 lines
1.4 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]
edition = "2018"
name = "system-deps"
version = "1.3.2"
authors = ["Guillaume Desmottes <guillaume.desmottes@collabora.com>", "Josh Triplett <josh@joshtriplett.org>"]
description = "Discover and configure system dependencies from declarative dependencies in Cargo.toml"
documentation = "https://docs.rs/system-deps/"
readme = "README.md"
keywords = ["pkg-config", "build-dependencies", "build-depends", "manifest", "metadata"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gdesmott/system-deps"
[dependencies.heck]
version = "0.3"
[dependencies.pkg-config]
version = "0.3.8"
[dependencies.strum]
version = "0.18"
[dependencies.strum_macros]
version = "0.18"
[dependencies.thiserror]
version = "1"
[dependencies.toml]
version = "0.5"
default-features = false
[dependencies.version-compare]
version = "0.0.10"
[dev-dependencies.itertools]
version = "0.9"
[dev-dependencies.lazy_static]
version = "1"