[package] name = "kramer" version = "0.1.0" edition = "2024" authors = ["Olivia Brooks"] repository = "https://gitea.cutieguwu.ca/cutieguwu/kramer" license = "MIT" publish = false [dependencies] ron = ">=0.8, <0.13" #rust-i18n = "3.1.3" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.serde] version = "1.0" features = ["derive"] [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies] # Yes. For one constant, this library is required. # And yes, I spent time tracking down the first release with that constant. # v0.2.25 is almost 9 years old as of writing this comment. libc = "~0.2.25"