File: Cargo.toml

package info (click to toggle)
python-upstream-ontologist 0.2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 424 kB
  • sloc: python: 262; makefile: 25
file content (28 lines) | stat: -rw-r--r-- 748 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
28
[package]
name = "upstream-ontologist-py"
version = "0.2.11"
authors = ["Jelmer Vernooij <jelmer@jelmer.uk>"]
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/jelmer/upstream-ontologist-py.git"
homepage = "https://github.com/jelmer/upstream-ontologist-py"
publish = false

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

[dependencies]
upstream-ontologist = "0.3.12"
pyo3 = ">=0.27,<0.29"
pyo3-log = "0.13"
reqwest = { version = ">=0.11, <0.14", features=["blocking", "json"], default-features = false }
url = "2.5"
serde_json = "1"
log = "0.4"
tokio = { version = "1.49.0", features = ["rt-multi-thread"] }
futures = "0.3.32"

[features]
default = []
extension-module = ["pyo3/extension-module"]
debcargo = ["upstream-ontologist/debcargo"]