# 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 = "motec-i2" version = "0.2.0" authors = ["Afonso Bordado "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MoTeC i2 file format parser and writer" homepage = "https://github.com/afonso360/motec-i2" readme = "README.md" keywords = [ "parser", "file", ] categories = [ "data-structures", "parser-implementations", ] license = "MIT" repository = "https://github.com/afonso360/motec-i2" [lib] name = "motec_i2" path = "src/lib.rs" [[example]] name = "read" path = "examples/read.rs" [[example]] name = "write" path = "examples/write.rs" [dependencies.byteorder] version = "^1.5"