[package] name = "hpl_edge_client" version = "0.0.1" edition = "2021" description = "HPL Edge Client for Rust" license = "MIT" repository = "https://github.com/Honeycomb-Protocol/hpl-edge-toolkit" authors = [ "ShayanHussainSB", "sultandilaram", ] [lib] name = "hpl_edge_client" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" gql_client = "1.0.7" tokio = { version = "1", features = ["macros", "rt-multi-thread"] }