# 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 = "coremotion-rs" version = "0.0.2" authors = ["Joshua Pedrick "] description = "CoreMotion bindings for iOS" documentation = "https://jpedrick.github.io/coremotion" readme = "README.md" keywords = [ "ios", "coremotion", "accelerometer", "gyroscope", "magnetometer", ] categories = [ "coremotion", "ios", ] license = "MIT" repository = "https://github.com/jpedrick/coremotion-rs" [package.metadata.bundle] category = "Utility" identifier = "com.github.jpedrick.coremotion" long_description = "" name = "coremotion" short_description = "CoreMotion bindings for Rust" [dependencies.block] version = "0.1.6" [dependencies.clang-sys] version = "1.7.0" [dependencies.objc] version = "0.2.7" [dev-dependencies.log] version = "0.4.20" [dev-dependencies.oslog] version = "0.2.0" [build-dependencies.bindgen] version = "0.69.1" default-features = true [target."cfg(target_os = \"ios\")".dependencies.block] version = "0.1.6" [target."cfg(target_os = \"ios\")".dependencies.objc] version = "0.2.7"