[package] name = "fmri" version = "1.0.3" edition = "2021" authors = ["Maroš Telka "] description = "Implementation of IPS package identifier - FMRI" readme = "README.md" license = "MIT" repository = "https://github.com/aueam/fmri" keywords = ["lib", "pkg", "oi", "fmri"] [dependencies] serde = { version = "1", features = ["derive"] }