# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "intility_cloud_lib" version = "0.8.0" authors = [ "Michael Thomas Lee / Intility AS ", "Eirik Skogstad / Intility AS ", ] include = [ "src/", "README.md", "LICENSE.md", ] description = "Various shared utilites for Inility Cloud" homepage = "https://intility.com" documentation = "https://docs.rs/intility_cloud_lib" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitlab.intility.com" [dependencies.lazy_static] version = "1.4.0" [dependencies.md5] version = "0.7.0" [dependencies.regex] version = "1.5.5" [dependencies.snafu] version = "0.7" [dependencies.uuid] version = "1.0.0" [dev-dependencies.strum] version = "0.24" [dev-dependencies.strum_macros] version = "0.24"