# 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 = "propdayscov" version = "0.1.0" authors = ["Andrew Repp "] exclude = ["test/files/*"] description = "Calculation proportion of days covered metric from input CSV file." homepage = "https://github.com/ReppCodes/propdayscov-rs" documentation = "https://github.com/ReppCodes/propdayscov-rs" readme = "README.md" keywords = ["csv", "healthcare", "metric", "pdc", "serde"] license = "Unlicense/MIT" repository = "https://github.com/ReppCodes/propdayscov-rs" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0" features = ["derive"] [dependencies.csv] version = "1.1" [dependencies.nfd2] version = "0.3.0" [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0.55" features = ["derive"]