[package] name = "untidy-biscuit" version = "0.1.3" edition = "2021" description = "A personal standard library" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["all"] all = ["datetime", "xattrs", "id", "miscellany"] datetime = [] xattrs = [] miscellany = [] id = [] [dependencies] base64 = "0.22.0" chrono = "0.4.37" rand = "0.8.5" rusqlite = { version = "0.31.0", features = ["bundled"] } thiserror = "1.0.58" xattr = "1.3.1"