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

27 lines
725 B
TOML

[package]
name = "vore-core"
version = "0.1.0"
authors = ["eater <=@eater.me>"]
edition = "2018"
[features]
default = ["client"]
host = ["qapi", "qapi-qmp", "mlua"]
client = []
[dependencies]
config = { version = "0.11.0", default-features = false, features = ["toml"] }
serde = { version = "1.0.125", features = ["serde_derive"] }
serde_json = "1.0.64"
toml = "*"
anyhow = "1.0.40"
kiam = "0.1"
mlua = { optional = true, version = "0.5.3", features = ["lua54", "serialize", "send"] }
beau_collector = "0.2.1"
qapi-qmp = { optional = true, version = "0.7.0" }
qapi = { optional = true, version = "0.7.0", features = ["qapi-qmp"] }
libc = "0.2.94"
lazy_static = "1.4.0"
paste = "1.0"
log = "0.4.14"
pretty_env_logger = "0.3"