[package] name = "ligature" version = "0.7.0" publish = true authors = ["Alex Michael Berry "] edition = "2021" license = "MPL-2.0" description = "Ligature is a knowledge graph library written in Rust." repository = "https://github.com/almibe/ligature-rs/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1" lazy_static = "1.4.0" serde = { version = "1.0", features = ["derive"] } uuid = { version = "0.8", features = ["serde", "v4"] }