[package]
edition = "2021"
name = "structscope-events"
version = "0.4.1"
authors = ["Danial Gharaie Amirabadi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native structural bioinformatics toolkit"
homepage = "https://github.com/Danialgharaie/structscope"
documentation = "https://danialgharaie.github.io/structscope/"
readme = "README.md"
keywords = [
"bioinformatics",
"structural-biology",
"pdb",
"mmcif",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/Danialgharaie/structscope"
[lib]
name = "structscope_events"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"