# 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 = "simple-abns" version = "0.1.0" authors = ["Joel Koen "] description = "Simplify the ABR's Australian Business Number dataset for easier analysis" readme = "README.md" keywords = ["abn"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/joelkoen/simple-abns" [dependencies.anyhow] version = "1.0.82" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.itertools] version = "0.12.1" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.xml] version = "0.8.20"