[package] name = "mhra_products_search_client_temp" version = "0.0.2-rc2" authors = ["Matt Doughty ", "Craig Anderson "] edition = "2018" license = "MIT" description = "MHRA Products Search Client" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.26" async-trait = "0.1.24" reqwest = { version = "0.10.4", features = ["json"] } serde = "1.0.105" serde_derive = "1.0.105" serde_json = "1.0" tracing = { version = "0.1", features = ["attributes"] }