# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "onefig" version = "1.3.4" authors = ["kalscium "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The only configuration language you need; a configuration language for configuration files." readme = "README.md" keywords = [ "configs", "configuration", "langauge", "cli", "compiler", ] categories = [ "config", "compilers", "parser-implementations", ] license = "GPL-3.0-or-later" repository = "https://github.com/kalscium/onefig" [profile.dev.package."*"] opt-level = 3 [lib] name = "onefig" path = "src/lib.rs" [[bin]] name = "onefig" path = "src/main.rs" [dependencies.ahash] version = "0.8" [dependencies.bincode] version = "1.3" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.flexar] version = "1.2" [dependencies.hashbrown] version = "0.14" features = ["serde"] [dependencies.home] version = "0.5" [dependencies.lz4_flex] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"]