# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "artillery-core" version = "0.1.2" authors = ["Mahmut Bulut "] description = "Fire-forged cluster management & Distributed data protocol" homepage = "https://artillery.bastion.rs/" documentation = "https://docs.rs/artillery-core" keywords = ["cluster", "distributed", "data", "replication"] categories = ["network-programming", "database-implementations"] license = "Apache-2.0/MIT" repository = "https://github.com/bastion-rs/artillery" [[test]] name = "chaos_tests" path = "kaos-tests/launcher.rs" [dependencies.bastion-executor] version = "0.3.5" [dependencies.bastion-utils] version = "0.3.2" [dependencies.chrono] version = "0.4.13" features = ["serde"] [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.cuneiform-fields] version = "0.1.0" [dependencies.failure] version = "0.1.8" [dependencies.failure_derive] version = "0.1.8" [dependencies.futures] version = "0.3.5" [dependencies.kaos] version = "0.1.1-alpha.2" [dependencies.libp2p] version = "0.22.0" features = ["mdns"] default-features = false [dependencies.lightproc] version = "0.3.5" [dependencies.log] version = "0.4.11" [dependencies.mio] version = "0.7.0" features = ["os-poll", "udp"] [dependencies.pin-utils] version = "0.1.0" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_json] version = "1.0.56" [dependencies.uuid] version = "0.8.1" features = ["serde", "v4"] [dev-dependencies.bincode] version = "1.3.1" [dev-dependencies.clap] version = "2.33.1" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.once_cell] version = "1.4.0" [dev-dependencies.pretty_env_logger] version = "0.4.0"