# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "chorus_lib" version = "0.3.0" authors = ["Shun Kashiwa "] description = "Choreographic Programming in Rust" homepage = "https://lsd-ucsc.github.io/ChoRus/" readme = "crates-io.md" keywords = ["choreography"] license = "MIT" repository = "https://github.com/lsd-ucsc/ChoRus" [[bench]] name = "locally_benchmark" harness = false [[bench]] name = "comm_benchmark" harness = false [dependencies.chorus_derive] version = "0.3.0" [dependencies.retry] version = "2.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.tiny_http] version = "0.12.0" [dependencies.ureq] version = "2.7.1" [dev-dependencies.chrono] version = "0.4.26" features = ["serde"] [dev-dependencies.clap] version = "4.3.21" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.termcolor] version = "1.2.0"