# 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 = "beancount-sort" version = "0.1.5" description = "A tool to sort a .beancount-file" homepage = "https://github.com/Bergschrat1/beancount-sort" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Bergschrat1/beancount-sort" [dependencies.anyhow] version = ">=1.0.43" [dependencies.chrono] version = "0.4.19" [dependencies.derivative] version = ">=2.2.0" [dependencies.log] version = ">=0.4.14" [dependencies.regex] version = ">=1.5.4" [dependencies.structopt] version = ">=0.3.22"