# 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 = "fcs_rs" version = "0.1.0" description = "Basic tool for manipulating and analyzing Flow Cytometry Standard (FCS) files." readme = "README.md" keywords = [ "FCS", "flow", "cytometry", "fcs", ] license = "MIT" repository = "https://github.com/cookienocreams/fcs_rs" [dependencies.byteorder] version = "1.5.0" [dependencies.polars] version = "0.39.2" features = ["lazy"] [dependencies.thiserror] version = "1.0.58"