[package] name = "chord" version = "0.8.1" authors = ["Dr. Shahin Rostami "] edition = "2018" description = "Rust wrapper around d3-chord" homepage = "https://store.shahinrostami.com/product/data-analysis-with-rust-notebooks/" license = "AGPL-3.0" repository = "https://github.com/shahinrostami/chord_rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ureq = {version = "0.11.4", features = ["json"]}