# 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" rust-version = "1.76.0" name = "okane" version = "0.13.0" authors = ["xkikeg"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool to support Ledger (https://www.ledger-cli.org/) equivalent syntax files." readme = "README.md" license = "MIT" repository = "https://github.com/xkikeg/okane" [lib] name = "okane" path = "src/lib.rs" [[bin]] name = "okane" path = "src/bin/okane.rs" [[test]] name = "test_cli_import" path = "tests/test_cli_import.rs" [[test]] name = "test_import_csv" path = "tests/test_import_csv.rs" [[test]] name = "test_import_iso_camt" path = "tests/test_import_iso_camt.rs" [[test]] name = "test_import_viseca" path = "tests/test_import_viseca.rs" [dependencies.bumpalo] version = "3.16" features = [ "collections", "boxed", ] [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5" features = [ "derive", "unicode", ] [dependencies.csv] version = "1" [dependencies.either] version = "1" [dependencies.encoding_rs] version = "0.8.34" [dependencies.encoding_rs_io] version = "0.1.7" [dependencies.env_logger] version = "0.11" [dependencies.lazy_static] version = "1.5" [dependencies.log] version = "0.4" [dependencies.okane-core] version = "0.13.0" [dependencies.path-slash] version = "0.2.1" [dependencies.quick-xml] version = "0.37" features = ["serialize"] [dependencies.regex] version = "1" [dependencies.rust_decimal] version = "1.36" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_with] version = "3.9" features = ["chrono"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.winnow] version = "0.6.18" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.ctor] version = "0.2.8" [dev-dependencies.indoc] version = "2.0" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rust_decimal_macros] version = "1.36"