# 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 = "type-handle" version = "0.1.2" authors = ["zeozeozeo"] description = "Regular and reference-counted type handles" homepage = "https://github.com/zeozeozeo/type-handle" documentation = "https://docs.rs/type-handle" readme = "README.md" keywords = [ "handle", "rchandle", "reference-counting", "type-handle", ] categories = [ "memory-management", "rust-patterns", ] license = "Unlicense" [dependencies] [features] default = ["send_sync"] send_sync = []