# 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-models" version = "0.1.92" authors = [ "dado0583", "samiam376", ] build = false include = [ "Cargo.toml", "**/*.rs", "ledger_models_file_descriptor_set_v_todo.bin", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A comprehensive model library for financial products (securities, prices, transactions, etc). Protobuf used for serialization, with language-specific implementations" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/fintekkers/ledger-models" [lib] name = "ledger_models" path = "lib.rs" [[bin]] name = "gen" path = "gen.rs" [dependencies.chrono] version = "0.4.24" [dependencies.chrono-tz] version = "0.8.1" [dependencies.iana-time-zone] version = "0.1.53" [dependencies.prost] version = "0.11.2" [dependencies.prost-types] version = "0.11.2" [dependencies.rust_decimal] version = "1.30.0" [dependencies.rust_decimal_macros] version = "1.30" [dependencies.tonic] version = "0.9.0" [dependencies.tonic-build] version = "0.9.0" [dependencies.uuid] version = "1.3.0" features = ["v4"] [dependencies.walkdir] version = "2"