[package] name = "intility_cloud_lib" version = "0.8.0" authors = ["Michael Thomas Lee / Intility AS ", "Eirik Skogstad / Intility AS "] description = "Various shared utilites for Inility Cloud" license = "MIT OR Apache-2.0" readme = "README.md" documentation = "https://docs.rs/intility_cloud_lib" homepage = "https://intility.com" repository = "https://gitlab.intility.com" edition = "2018" include = ["src/", "README.md", "LICENSE.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] md5 = "0.7.0" uuid = "1.0.0" snafu = "0.7" lazy_static = "1.4.0" regex = "1.5.5" [dev-dependencies] strum = "0.24" strum_macros = "0.24"