[package] name = "gsgdt" description = "Generic Stringly Typed Graph Datatype" version = "0.1.3" authors = ["Vishnunarayan K I "] edition = "2018" readme = "README.md" repository = "https://github.com/vn-ki/gsgdt-rs" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } [dev-dependencies] serde_json = "1.0"