[package] name = "arrows_common" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html license = "AGPL-3.0-or-later" description = "Reserving name" repository = "https://github.com/ratulb/arrows_common" [dependencies] bincode = "1.3.3" lazy_static = "1.4.0" local-ip-address = "0.4.4" parking_lot = "0.11.2" serde_json = "1.0.75" serde = {version= "1.0.134", features = ["derive"]} typetag = "0.1.8" uuid = {version = "0.8.2", features = ["v4"]}