You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuurei/Cargo.toml

27 lines
667 B

4 years ago
[package]
name = "yuurei"
3 years ago
description = "ghost text liveboard"
4 years ago
version = "0.1.0"
authors = ["Avril <flanchan@cumallover.me>"]
edition = "2018"
3 years ago
[features]
default = ["nightly"]
nightly = ["smallvec/const_generics"]
4 years ago
[dependencies]
3 years ago
cryptohelpers = {version = "1.7.1", features=["full"]}
3 years ago
difference = "2.0.0"
3 years ago
futures = "0.3.8"
3 years ago
generational-arena = "0.2.8"
getrandom = "0.2.1"
lazy_static = "1.4.0"
3 years ago
once_cell = "1.5.2"
3 years ago
serde = {version = "1.0.118", features=["derive"]}
3 years ago
sha2 = "0.9.2"
3 years ago
smallvec = {version = "1.6.0", features= ["union", "serde", "write"]}
3 years ago
tokio = {version = "0.2", features=["full"] }
3 years ago
uuid = {version = "0.8.1", features=["v4","serde"]}
3 years ago
warp = "0.2.5"