[package] name = "fmedia" version = "0.2.0" edition = "2018" exclude = [".gitignore", "src/main.rs"] license = "MIT" description = "Get file media type or suffix" categories = ["media type or suffix"] authors = ["Liangcheng Juves "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = { git = "https://github.com/rust-lang-nursery/lazy-static.rs.git", rev = "7324c83a9212d6052993001dcd0ac5d617ae87ce", version = "1.4.0" }