[package] name = "anycast" version = "1.0.0" authors = ["SoniEx2 "] license = "AGPL-3.0-or-later" description = "Allows upcasting to Any" edition = "2021" repository = "https://soniex2.autistic.space/git-repos/anycast.git" readme = "README.md" homepage = "https://ganarchy.autistic.space/project/55ce1087e87b48384abf90bbedb5da03b42f6996/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["std"] std = ["alloc"] alloc = [] [dependencies]