[package] name = "liblithium" version = "0.0.0" authors = ["Chris Copeland "] description = "A lightweight and portable cryptography library" license = "Apache-2.0" repository = "https://github.com/teslamotors/liblithium" documentation = "https://docs.rs/liblithium" edition = "2021" include = ["/src/", "/include/", "/rust/", "!SCons*", "!Dockerfile", "!*.bash"] [lib] path = "rust/src/lib.rs"