# 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 = "rust_abf" version = "0.4.3" authors = ["Luca Rossi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust crate for reading data from Axon Binary Format (ABF) files." readme = "README.md" license = "MIT" [lib] name = "rust_abf" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.memmap2] version = "0.9.5" [dependencies.rayon] version = "1.10.0"