keramics-python 0.0.0

Keramics Python bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors.workspace = true
description = "Keramics Python bindings"
edition.workspace = true
license.workspace = true
name = "keramics-python"
repository.workspace = true
version.workspace = true

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

[dependencies]
keramics-datetime = { version = "0.0.0", path = "../keramics-datetime" }
keramics-vfs = { version = "0.0.0", path = "../keramics-vfs" }
pyo3 = { version = "0.26.0", features = ["extension-module"] }