# 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 = "rosbag2-rs" version = "0.2.1" authors = ["CT "] exclude = [ ".vscode/*", ".github/*", ] description = "Rosbag2 writer and more..." homepage = "https://github.com/NerdToMars/rosbag2-rs" documentation = "https://docs.rs/rosbag2-rs/latest/rosbag2_rs" readme = "README.md" license = "MIT AND Apache-2.0" repository = "https://github.com/NerdToMars/rosbag2-rs" [profile.rust-analyzer] inherits = "dev" [dependencies.anyhow] version = "1.0.40" [dependencies.rusqlite] version = "0.30.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9.25" [dev-dependencies.tempfile] version = "3.8.1"