# 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 = "2018" name = "tttr-toolbox" version = "0.4.5" authors = ["Guillem Ballesteros "] description = "Fast streaming algorithms for your TTTR data." homepage = "https://github.com/GCBallesteros/tttr-toolbox" readme = "README.md" keywords = [ "scientific-computing", "science", ] license = "MIT" repository = "https://github.com/GCBallesteros/tttr-toolbox" [lib] name = "tttr_toolbox" path = "src/lib.rs" [[bin]] name = "tttr" path = "src/main.rs" [dependencies.anyhow] version = "1.0.40" [dependencies.byteorder] version = "1" [dependencies.clap] version = "2.33.3" [dependencies.ndarray] version = "0.15.2" [dependencies.ndarray-npy] version = "0.8.0" features = ["npz"] [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.pyo3] version = "0.19" features = ["extension-module"] [dependencies.thiserror] version = "1.0" [dependencies.tttr-toolbox-proc-macros] version = "0.1.1"