[package] name = "u_lib" version = "0.1.0" authors = ["plazmoid "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.114", features = ["derive"] } uuid = { version = "^0.8.1", features = ["serde", "v4"] } nix = "0.17" libc = "^0.2" lazy_static = "1.4.0"