File: Cargo.toml

package info (click to toggle)
python-fastbencode 0.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: python: 478; makefile: 12
file content (17 lines) | stat: -rw-r--r-- 441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "fastbencode"
version = "0.3.8"
edition = "2021"
authors = ["Jelmer Vernooij <jelmer@jelmer.uk>"]
license = "Apache-2.0"
description = "Implementation of bencode with Rust implementation"
readme = "README.md"
repository = "https://github.com/breezy-team/fastbencode"
publish = false

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

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