# 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 = "asp_lib" version = "0.1.12" authors = ["Eduardo Gonik "] description = "Parses Agilent .asp files and converts them into .csv format adding wavenumber column" documentation = "https://docs.rs/asp_lib/latest/asp_lib/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/egonik-unlp/asp_lib" [dependencies.csv] version = "1.2.2" [dependencies.itertools] version = "0.10.5" [dependencies.itertools-num] version = "0.1.3" [dependencies.split-iter] version = "0.1.0" [dependencies.walkdir] version = "2.3.3"