# 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 = "munge-rs" version = "0.1.5" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust FFI binding for MUNGE Uid 'N' Gid Emporium" homepage = "https://github.com/It4innovations/munge-rs" readme = "README.md" license = "MIT" repository = "https://github.com/It4innovations/munge-rs" [lib] name = "munge_rs" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.chrono] version = "0.4" [dependencies.libc] version = "0.2" [dependencies.num_enum] version = "0.7" [dependencies.thiserror] version = "1.0" [build-dependencies.bindgen] version = "0.69.4"