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.
46 lines
1.1 KiB
46 lines
1.1 KiB
[package]
|
|
name = "yuurei"
|
|
description = "ghost text liveboard"
|
|
version = "0.1.0"
|
|
authors = ["Avril <flanchan@cumallover.me>"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
default = ["nightly", "short-mnemonics"]
|
|
|
|
nightly = ["smallvec/const_generics"]
|
|
|
|
# Use shortened mnemonics for post IDs
|
|
short-mnemonics = []
|
|
|
|
[dependencies]
|
|
ad-hoc-iter = "0.2.3"
|
|
base64 = "0.13.0"
|
|
cfg-if = "1.0.0"
|
|
chrono = {version = "0.4", features=["serde"]}
|
|
color-eyre = {version = "0.5.10", default-features=false}
|
|
cryptohelpers = {version = "1.7.2", features=["full"]}
|
|
difference = "2.0.0"
|
|
futures = "0.3.12"
|
|
generational-arena = "0.2.8"
|
|
getrandom = "0.2.1"
|
|
hex-literal = "0.3.1"
|
|
jemallocator = "0.3.2"
|
|
khash = "2.0.0"
|
|
lazy_static = "1.4.0"
|
|
log = "0.4.11"
|
|
maud = "0.22.2"
|
|
mopa = "0.2.2"
|
|
once_cell = "1.5.2"
|
|
pretty_env_logger = "0.4.0"
|
|
serde = {version = "1.0.118", features=["derive"]}
|
|
serde_cbor = "0.11.1"
|
|
serde_json = "1.0.61"
|
|
sha2 = "0.9.2"
|
|
smallmap = "1.3.0"
|
|
smallvec = {version = "1.6.0", features= ["union", "serde", "write"]}
|
|
smolset = "1.1"
|
|
tokio = {version = "0.2", features=["full"] }
|
|
uuid = {version = "0.8.1", features=["v4","serde"]}
|
|
warp = "0.2.5"
|