# 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.66.0" name = "dyn-any" version = "0.3.1" authors = ["Graphite Authors "] description = "An Any trait that works for arbitrary lifetimes" homepage = "https://graphite.rs/libraries/dyn-any" documentation = "https://docs.rs/dyn-any" readme = "./README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/GraphiteEditor/Graphite/libraries/dyn-any" [package.metadata.docs.rs] all-features = true [dependencies.dyn-any-derive] version = "0.3.0" optional = true [dependencies.glam] version = "0.22" optional = true default-features = false [dependencies.log] version = "0.4" optional = true [features] alloc = [] default = [ "std", "large-atomics", ] derive = ["dyn-any-derive"] glam = ["dep:glam"] large-atomics = [] log-bad-types = ["log"] rc = [] std = [ "alloc", "rc", "glam/default", ]