[package] name = "lay-simulator-gk" version = "0.1.0" authors = ["gyu-don "] edition = "2018" description = "Gottesman-Knill simulator for lay" license = "Apache-2.0" publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lay = { git = "https://github.com/quantum-lay/lay", version = "0.1.0" } rand_xorshift = "0.2.0" rand_core = "0.5.1" [dev-dependencies] tokio = { version = "0.2.21", features = ["rt-core", "rt-threaded", "blocking", "macros"] }