[package] name = "lox_test" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] #lox = { git = "https://git-crysp.uwaterloo.ca/iang/lox.git", branch = "vvecna/lox_test" } lox = { git = "https://gitlab.torproject.org/onyinyang/lox.git" } curve25519-dalek = { package = "curve25519-dalek-ng", version = "3", default-features = false, features = ["serde", "std"] } ed25519-dalek = { version = "1", features = ["serde"] } getopts = "0.2" serde = "1" bincode = "1" serde_json = "1.0" serde_with = "1.9.1" time = "0.2" # TODO: reduce feature set to just the ones needed tokio = { version = "1.20", features = ["full"] } hyper = { version = "0.14", features = ["full"] } async-trait = "0.1.68"