# 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" rust-version = "1.59" name = "rumeter-component" version = "0.1.3" authors = ["Liudao "] description = "A load test platform for writing a load test script by rust.\nJust like JMeter, but it prefer using like SDK, not a GUI tool.\n" homepage = "https://github.com/jimmyseraph/rumetercar" readme = "README.md" keywords = ["io", "async", "non-blocking", "load-test"] categories = ["load-test", "test"] license = "MIT" repository = "https://github.com/jimmyseraph/rumeter" [dependencies.async-trait] version = "0.1.53" [dependencies.chrono] version = "0.4.19" [dependencies.futures] version = "0.3.21" [dependencies.reqwest] version = "0.11" features = ["json", "blocking"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.slab] version = "0.4.6" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.34"