# 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 = "unbag-rs" version = "0.1.1" authors = ["Powei Lin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unbag ROS bag without ROS" homepage = "https://github.com/powei-lin/unbag-rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/powei-lin/unbag-rs" [lib] name = "unbag_rs" path = "src/lib.rs" [[bin]] name = "unbag" path = "src/bin/unbag_cli.rs" test = false bench = false [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.rosbag] version = "0.6.3" [dependencies.serde] version = "1.0.210" features = ["derive"]