# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "objrs" version = "0.0.2" authors = ["Michael Bradshaw "] description = "Objective-Rust: the unholy union of Rust and Objective-C." documentation = "https://gitlab.com/objrs/objrs/blob/master/DOCUMENTATION.md" readme = "README.md" keywords = ["objc", "objective-c"] categories = ["api-bindings", "development-tools::ffi", "external-ffi-bindings", "no-std", "os::macos-apis"] license = "Apache-2.0 OR MIT OR MPL-2.0" repository = "https://gitlab.com/objrs/objrs" [lib] name = "objrs" path = "src/lib.rs" doc = false [dependencies.libc] version = "0.2" default-features = false [dependencies.objrs_macros] version = "0.0.2" [dependencies.objrs_runtime] version = "0.0.2" [features] default = ["use_std"] use_std = [] [badges.maintenance] status = "experimental"