File: Cargo.toml

package info (click to toggle)
python-pycddl 0.6.4%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 221; makefile: 24
file content (27 lines) | stat: -rw-r--r-- 648 bytes parent folder | download
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
[package]
name = "pycddl"
version = "0.6.4"  # pycddl version, for bumpversion
edition = "2021"
license = "MIT"
authors = ["Tahoe-LAFS project"]
description = "Deserialize CBOR and/or do CDDL schema validation"
homepage = "https://gitlab.com/tahoe-lafs/pycddl"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
name = "pycddl"
crate-type = ["cdylib"]

[dependencies]
cddl = "0.9.5"
ciborium = "0.2"
self_cell = "1.0"
pyo3 = ">=0.26,<0.28"

[build-dependencies]
pyo3-build-config = { version = ">=0.26,<0.28", features = ["resolve-config"] }

[profile.release]
lto = "thin"