[package] name = "chimney" version = "0.1.0" edition = "2021" description = "Simple rust based FHIR resource store." authors = ["Michael Graf "] license = "MIT OR Apache-2.0" repository = "https://github.com/migraf/chimney" readme = "README.md" homepage = "https://github.com/migraf/chimney" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.70" indradb-lib = "4" serde = { version = "1", features = ["derive"] } serde_json = "1" uuid = {version = "1.3.2", features = ["serde", "v4"] }