[package]
edition = "2021"
name = "chematic-3d"
version = "0.1.3"
authors = ["kent-tokyo <kent-tokyo@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "3D coordinate generation, force-field minimization, PDB/XYZ I/O for chematic — pure Rust"
homepage = "https://github.com/kent-tokyo/chematic"
documentation = "https://docs.rs/chematic-3d"
readme = "README.md"
keywords = [
"3d",
"coordinates",
"pdb",
"xyz",
"cheminformatics",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/chematic"
[lib]
name = "chematic_3d"
path = "src/lib.rs"
[dependencies.chematic-core]
version = "0.1.3"
[dependencies.chematic-perception]
version = "0.1.3"
[dev-dependencies]