# 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 = "rust-types" version = "0.1.0" authors = [ "dado0583", "samiam376", ] 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" [dependencies.automod] version = "1.0.4" [dependencies.prost] version = "0.11.2" [dependencies.prost-types] version = "0.11.2" [dependencies.tonic] version = "0.8.2" [build-dependencies.tonic-build] version = "0.8.2" [build-dependencies.walkdir] version = "2"