# 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. cargo-features = ["profile-rustflags"] [package] edition = "2021" name = "shr_parser" version = "1.0.6" authors = ["Lasse Nielsen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parses sweeps from a Signal Hound Spike file." documentation = "https://docs.rs/shr_parser" readme = "README.md" categories = [ "parser-implementations", "parsing", "science", "data-structures", ] license = "GPL-3.0-only" repository = "https://github.com/Xerrion/shr_parser" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [profile.release-min-size] opt-level = "z" inherits = "release" [profile.release-speed] opt-level = 3 inherits = "release" [lib] name = "shr_parser" path = "src/lib.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.memmap] version = "0.7.0" [dependencies.ndarray] version = "0.15.6" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.204" features = ["derive"]