summary refs log tree commit diff stats
path: root/Cargo.toml
blob: 510beea2430b7e8511b526a6a3f34bf5c1d6e231 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "anycast"
version = "1.0.0"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
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]