File: Cargo.toml

package info (click to toggle)
nanopub 0.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,240 kB
  • sloc: javascript: 181; sh: 86; python: 64; xml: 60; makefile: 31
file content (23 lines) | stat: -rw-r--r-- 630 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
[package]
name = "nanopub-sign"
description = "Python bindings for the Nanopub rust toolkit"
repository = "https://github.com/vemonet/nanopub-rs/tree/main/python"
version.workspace = true
authors.workspace = true
edition.workspace = true
readme.workspace = true
license-file = "LICENSE.txt"
keywords.workspace = true
homepage.workspace = true
categories.workspace = true

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

[dependencies]
nanopub.workspace = true
pyo3 = { version = "0.27", features = ["extension-module"] }
# pyo3-asyncio = "0.20"
pythonize = "0.27"
tokio = { version = "1.36", features = ["rt-multi-thread"] }