[package] name = "protein-core" version = "0.1.7" authors = ["Tianyi "] edition = "2018" keywords = ["bioinformatics", "protein"] license = "MIT" repository = "https://github.com/TianyiShi2001/protein" description = "Working with protein structures" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-traits = "0.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono = {version = "0.4", features = ["serde"]} strum = { version = "0.19", features = ["derive"] } # phf = { version = "0.7.24", features = ["macros"] } # lazy_static = "1.4.0" dihedral = {version = "0.0", features = ["f32"]}