1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "moveit" 15version = "0.6.0" 16authors = ["Miguel Young de la Sota <[email protected]>"] 17description = "A library for safe, in-place construction of Rust (and C++!) objects." 18readme = "README.crates-io.md" 19keywords = [ 20 "ffi", 21 "no_std", 22 "macros", 23 "lifetime", 24 "ownership", 25] 26license = "Apache-2.0 OR MIT" 27repository = "https://github.com/google/moveit" 28 29[dependencies.cxx] 30version = "1.0" 31optional = true 32 33[features] 34alloc = [] 35default = ["alloc"] 36