rattler_virtual_packages 2.3.10

Library to work with and detect Conda virtual packages
Documentation
# 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"
name = "rattler_virtual_packages"
version = "2.3.10"
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library to work with and detect Conda virtual packages"
homepage = "https://github.com/conda/rattler"
readme = "README.md"
categories = ["development-tools"]
license = "BSD-3-Clause"
repository = "https://github.com/conda/rattler"

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

[dependencies.archspec]
version = "0.1.3"

[dependencies.libloading]
version = "0.9.0"

[dependencies.nom]
version = "8.0.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.rattler_conda_types]
version = "=0.43.4"
default-features = false

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1.41"

[target.'cfg(target_os="macos")'.dependencies.plist]
version = "1"

[target.'cfg(target_os="windows")'.dependencies.winver]
version = "1.0.0"