[package] name = "mogul" version = "0.2.0" authors = ["Stéphane Mourey"] license = "MIT OR Apache-2.0" description = "Agnosticly helps to manage concurrent versions of things" homepage = "https://mogul-project.stephanemourey.fr" repository = "https://mogul-sources.stephanemourey.fr/mogul" keywords = ["versions", "concurrent", "conflict", "manage"] categories = ["concurrency", "data-structures", "date-and-time"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] uuid = { version = "1.1.2", features = ["serde", "v4"] } serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0"