# 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 = "moveref" version = "1.0.0" authors = ["silvanshade "] description = "Types and traits for safe C++ style placement initialization and move semantics" documentation = "https://silvanshade.github.io/moveref/moveref" readme = "README.md" keywords = [ "C++", "allocation", "ffi", "memory", "references", ] categories = [ "compilers", "external-ffi-bindings", "memory-management", "no-std", "rust-patterns", ] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/silvanshade/moveref" [dependencies.cxx] version = "1.0" optional = true [dependencies.tracing] version = "0.1" features = ["attributes"] optional = true [dev-dependencies.seahash] version = "4.1" [features] alloc = [] cxx = ["cxx/c++20"] debug = ["tracing"] default = [ "std", "cxx", ] std = [ "alloc", "tracing/std", ] valgrind = []