# 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 = "arrows" version = "0.1.16" description = "An actor framework in rust with message durability and ingestion order processing of of messages" documentation = "https://docs.rs/arrows" license = "AGPL-3.0-or-later" repository = "https://github.com/ratulb/arrows" resolver = "2" [dependencies.backtrace] version = "0.3.63" [dependencies.bincode] version = "1.3.3" [dependencies.byte_marks] version = "0.1.11" [dependencies.clap] version = "2.34.0" [dependencies.fallible-streaming-iterator] version = "0.1.9" [dependencies.lazy_static] version = "1.4.0" [dependencies.local-ip-address] version = "0.4.4" [dependencies.num_cpus] version = "1.13.1" [dependencies.parking_lot] version = "0.11.2" [dependencies.rand] version = "0.8.4" [dependencies.rusqlite] version = "0.26.3" features = ["bundled", "blob", "serde_json", "hooks"] [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.75" [dependencies.structopt] version = "0.3.25" [dependencies.typetag] version = "0.1.8" [dependencies.uuid] version = "0.8.2" features = ["v4"]