[package] name = "scientific-constants" description = "Access, use and create scientific constants in your codebase!" authors = ["sl1cky"] categories = ["science"] keywords = ["chemistry", "physics", "science"] version = "0.1.1" repository = "https://git.thordenskyen.duckdns.org/sl1cky/scientific-constants" documentation = "https://docs.rs/scientific-constants" readme = "README.md" license = "GPL-3.0-or-later" license_file = "LICENSE" edition = "2021" # [build] # rustdocflags = ["--html-in-header", ""] [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies]