[package] name = "rosbag2-rs" version = "0.2.1" edition = "2021" description = "Rosbag2 writer and more..." authors = ["CT "] license = "MIT AND Apache-2.0" readme = "README.md" homepage = "https://github.com/NerdToMars/rosbag2-rs" repository = "https://github.com/NerdToMars/rosbag2-rs" documentation = "https://docs.rs/rosbag2-rs/latest/rosbag2_rs" exclude = [".vscode/*", ".github/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rusqlite = "0.30.0" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9.25" anyhow = "1.0.40" [dev-dependencies] tempfile = "3.8.1" [profile.rust-analyzer] inherits = "dev"