ledger-models 0.2.2

A comprehensive model library for financial products (securities, prices, transactions, etc). Protobuf used for serialization, with language-specific implementations
Documentation
# 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.2.2"
authors = [
    "dado0583",
    "samiam376",
]
build = false
include = [
    "Cargo.toml",
    "**/*.rs",
    "ledger_models_file_descriptor_set_v_todo.bin",
    "catalog/*.json",
    "hierarchy.json",
]
autolib = false
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"

[[test]]
name = "bond_request_roundtrip_test"
path = "tests/bond_request_roundtrip_test.rs"

[[test]]
name = "curve_request_roundtrip_test"
path = "tests/curve_request_roundtrip_test.rs"

[[test]]
name = "frn_request_roundtrip_test"
path = "tests/frn_request_roundtrip_test.rs"

[[test]]
name = "security_roundtrip_test"
path = "tests/security_roundtrip_test.rs"

[[test]]
name = "tips_request_roundtrip_test"
path = "tests/tips_request_roundtrip_test.rs"

[dependencies.async-trait]
version = "0.1"

[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.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "macros",
    "rt",
    "rt-multi-thread",
]

[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"