[package] name = "resume" version = "0.2.33" edition = "2021" authors = ["btwiuse "] description = "resume experiment" license = "0BSD" documentation = "https://docs.rs/resume" readme = "README.md" repository = "https://github.com/btwiuse/resume" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] path = "lib.rs" [dependencies] [features] default = [ "proc-macro", "arch", "linux", "archlinux", "magic", ] nightly = [] foo = [] Boo = [] boo = [] archlinux = ["arch", "linux"] arch = [] linux = [] bar = [] proc-macro = [] span-locations = [] magic = []