summary refs log blame commit diff stats
path: root/Cargo.toml
blob: bd11c991ea088fc19e6162d14124ecbb9c4af51f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                                                
[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"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["std"]
std = ["alloc"]
alloc = []

[dependencies]