nom-pdb 0.0.9

PDB parser implemented with nom
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "nom-pdb"
version = "0.0.9"
authors = ["Tianyi Shi <ShiTianyi2001@outlook.com>"]
description = "PDB parser implemented with nom"
keywords = ["bioinformatics", "protein", "parser", "nom", "pdb"]
license = "MIT"
repository = "https://github.com/TianyiShi2001/nom-pdb"
[dependencies.atoi]
version = "0.3.2"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.nom]
version = "5"

[dependencies.num-traits]
version = "0.2"

[dependencies.protein-core]
version = "0.1.7"
[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"