# 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 = "asammdf" version = "0.1.0" authors = ["cupofc0t "] description = "Read and write ASAM MDF file, simply and efficiently." readme = "README.md" keywords = [ "asam", "mdf", "measurement", "data", ] license = "Apache-2.0" repository = "https://github.com/H2O2-IO/asammdf" [dependencies.asammdf_derive] version = "0.1.0" [dependencies.bitflags] version = "1.3.2" [dependencies.chrono] version = "0.4.19" [dependencies.derive_builder] version = "0.11.2" [dependencies.indextree] version = "4.4.0" [dependencies.itertools] version = "0.10.3" [dependencies.libflate] version = "1.2.0" [dependencies.nom] version = "7.1.1" [dependencies.tempfile] version = "3.3.0"