# 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] name = "takeable" version = "0.2.2" authors = [ "Mathias Svensson ", "Dan Whitman ", ] description = "Container type that allows for temporarily moving out of the container, or permanently moving out and invalidating the container." homepage = "https://github.com/kyp44/takeable" documentation = "http://docs.rs/takeable" readme = "README.md" keywords = ["move"] categories = [ "data-structures", "no-std", ] license = "MIT/Apache-2.0/Unlicense" repository = "https://github.com/kyp44/takeable"