# 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 = "security-translocate" version = "0.2.1" authors = ["Pedro Tôrres "] build = false publish = ["crates-io"] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust Bindings to libsecurity_translocate" homepage = "http://t0rr3sp3dr0.github.io/security-translocate" documentation = "https://docs.rs/security-translocate" readme = "README.md" keywords = [ "framework", "mac", "ios", "security", "translocate", ] categories = [ "api-bindings", "os", "os::macos-apis", ] license = "Apache-2.0" repository = "https://github.com/t0rr3sp3dr0/security-translocate" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" targets = [ "aarch64-apple-darwin", "aarch64-apple-ios", "x86_64-apple-darwin", "x86_64-apple-ios", ] [lib] name = "security_translocate" path = "src/lib.rs" [dependencies.core-foundation] version = "0.10.0" [dependencies.libc] version = "0.2.158" [dependencies.security-translocate-sys] version = "0.1.1" [badges.maintenance] status = "passively-maintained"