File: Cargo.toml

package info (click to toggle)
slixmpp 1.13.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,516 kB
  • sloc: python: 41,715; xml: 1,211; makefile: 135
file content (15 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "slixmpp"
version = "0.1.0"  # not used, version is set via setuptools-scm, cf pyproject.toml
edition = "2021"

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

[dependencies]
jid = "0.12"
pyo3 = { version = "0.27", features = ["extension-module"] }

[lib]
name = "jid"
crate-type = ["cdylib"]
path = "slixmpp/jid.rs"