[package]
edition = "2021"
name = "molar_python"
version = "1.1.1"
authors = ["Semen Yesylevskyy <yesint4@yahoo.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "python bindings for molar"
homepage = "https://github.com/yesint/molar"
documentation = "https://docs.rs/molar_python"
readme = "README.md"
keywords = [
"MD",
"science",
"trajectory",
"modeling",
]
categories = [
"science",
"simulation",
"external-ffi-bindings",
]
license = "Artistic-2.0"
repository = "https://github.com/yesint/molar"
[features]
gen_bindings = ["molar/gen_bindings"]
[lib]
name = "molar_python"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.env_logger]
version = "0.11"
[dependencies.log]
version = "0.4.29"
[dependencies.molar]
version = "1.0.0"
[dependencies.numpy]
version = "0.27"
features = ["nalgebra"]
[dependencies.pyo3]
version = "0.27"
features = ["extension-module"]
[dependencies.pyo3-log]
version = "0.13"
[dependencies.triomphe]
version = "0.1.15"