# 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 = "rosascript" version = "0.1.2" authors = ["Abel Chalier "] description = "faster dx with obj c ffi bindings" license = "MIT" [profile.release] rpath = true [lib] crate-type = [ "lib", "dylib", ] [dependencies.bindgen] version = "0.69.1" [dependencies.bytesize] version = "1.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2" [dependencies.once_cell] version = "1.19.0" [dependencies.structopt] version = "0.3.26"