# 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 = "ledger-rs-lib" version = "0.7.0" authors = ["Alen Šiljak "] description = "A Ledger implementation in Rust" readme = "README.md" keywords = [ "library", "finance", "wasm", ] categories = ["finance"] license = "AGPL-3.0" repository = "https://github.com/ledger-rs/ledger-rs-lib" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.29" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.petgraph] version = "0.6.4" [dependencies.rust_decimal] version = "1.32.0" [dependencies.shell-words] version = "1.1.0" [dev-dependencies.test-log] version = "0.2.12" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.87" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-test] version = "0.3.37"