forked from prefix-dev/pixi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.toml
32 lines (28 loc) · 860 Bytes
/
pixi.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[project]
name = "pixi"
version = "0.14.0"
description = "Package management made easy!"
authors = ["Wolf Vollprecht <[email protected]>", "Bas Zalmstra <[email protected]>", "Tim de Jager <[email protected]>", "Ruben Arts <[email protected]>"]
channels = ["conda-forge"]
platforms = ["linux-64", "win-64", "osx-64", "osx-arm64"]
[tasks]
build = "cargo build --release"
install = "cargo install --path . --locked"
test = "cargo test"
test-all = "cargo test --all-features"
lint = "pre-commit run --all"
docs = { cmd = "mkdocs serve" }
build-docs = { cmd = "mkdocs build --strict" }
[dependencies]
# Dev dependencies
pre-commit = "~=3.3.0"
# Needed for building rattler
rust = "~=1.75.0"
openssl = "3.*"
pkg-config = "0.29.*"
git = "2.42.0.*"
mkdocs-material = "9.4.4.*"
pillow = ">=9.4.0.*"
cairosvg = "2.7.1.*"
[target.linux-64.dependencies]
compilers = ">=1.6.0"