[package]
edition = "2021"
name = "clankers-testing"
version = "0.1.3"
authors = ["Pranshu Rao"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Replay-based testing tools for clankeRS"
readme = "README.md"
license = "MIT"
repository = "https://github.com/PvRao-29/clankeRS"
[lib]
name = "clankers_testing"
path = "src/lib.rs"
[[test]]
name = "replay"
path = "tests/replay.rs"
[dependencies.clankers-core]
version = "0.1.3"
[dependencies.clankers-data]
version = "0.1.3"
[dependencies.clankers-ros2]
version = "0.1.3"
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tempfile]
version = "3"