[package] name = "periodic_table" version = "0.5.0" authors = ["Victor Koenders "] readme = "readme.md" description = "Library that provides a list of elements in the periodic table" license = "MIT" repository = "https://github.com/trangar/periodic_table" edition = "2021" rust-version = "1.62.1" [build-dependencies] askama = "0.12" csv = "1.1" serde = { version = "1.0", features = ["derive"] }