# 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" rust-version = "1.56.0" name = "raw-parts" version = "2.1.0" authors = ["Ryan Lopopolo "] include = [ "src/**/*", "tests/**/*", "LICENSE", "README.md", ] description = """ Ergonomic wrapper around `Vec::from_raw_parts` and `Vec::into_raw_parts`. """ homepage = "https://github.com/artichoke/raw-parts" documentation = "https://docs.rs/raw-parts" readme = "README.md" keywords = [ "ffi", "no_std", "unsafe", "vec", "vector", ] categories = [ "no-std", "rust-patterns", ] license = "MIT" repository = "https://github.com/artichoke/raw-parts" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" rustdoc-args = [ "--cfg", "docsrs", ] targets = [] [dependencies] [dev-dependencies.fnv] version = "1.0.6" default-features = false [dev-dependencies.version-sync] version = "0.9.3" features = [ "markdown_deps_updated", "html_root_url_updated", ] default-features = false