# 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 = "static-cow" version = "0.2.0" authors = ["Daniel Fox Franke "] exclude = ["images/"] description = "`Cow` at the type level: a framework of traits for writing types that are generic over ownership of their contents." readme = "README.md" categories = [ "memory-management", "no-std", "rust-patterns", ] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/dfoxfranke/static-cow" resolver = "1"