[package] name = "oskr" description = "High performance distributed works collection" version = "1.0.0-rc.5" edition = "2021" license = "AGPL-3.0-or-later" documentation = "https://docs.rs/oskr" homepage = "https://docs.rs/crate/oskr" repository = "https://github.com/sgdxbc/oskr" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-task = "4.2.0" async-trait = "0.1.52" bincode = "1.3.3" clap = { version = "3.1.6", features = ["derive"] } crossbeam = "0.8.1" ctrlc = "3.2.1" futures = "0.3.21" hdrhistogram = "7.5.0" k256 = { version = "0.10.2", features = ["pem"] } quanta = "0.9.3" rand = "0.8.4" serde = "1.0.135" serde_derive = "1.0.135" sha2 = "0.10.2" tokio = { version = "1.17.0", features = ["rt", "time"], optional = true } tracing = "0.1.31" tracing-subscriber = "0.3.9" lazy_static = "1.4.0" [dev-dependencies] tokio = { version = "1.15.0", features = ["full", "test-util"] } [build-dependencies] cc = "1.0.72" [features]