# 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 = "2021" name = "nss-docker-ng" version = "1.0.7" authors = ["Patrick Kuijvenhoven "] description = "NSS plugin for finding Docker containers by their ID or name" readme = "README.md" license = "MIT" repository = "https://github.com/petski/nss-docker-ng" [profile.release] strip = true [lib] name = "nss_docker_ng" crate-type = ["cdylib"] [dependencies.debug_print] version = "1.0.0" [dependencies.docker-api] version = "0.14.0" [dependencies.libc] version = "0.2.153" [dependencies.libnss] version = "0.8.0" [dependencies.tokio] version = "1.36.0" features = [ "rt", "macros", ] [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.mocktopus] version = "0.8.0"