# 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 = "abler" version = "0.1.0" authors = ["Artyom Sakharilenko "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Tiny type to process various ablers/flags/etc as one" readme = "README.md" categories = ["no-std"] license = "MIT" repository = "https://github.com/kryvashek/abler" [lib] name = "abler" crate-type = [ "staticlib", "rlib", ] path = "src/lib.rs" [dependencies.phf] version = "0.11" [dependencies.phf_shared] version = "0.11" [dependencies.serde_with] version = "3.9" features = ["macros"] optional = true [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [build-dependencies.phf] version = "0.11" [build-dependencies.phf_codegen] version = "0.11" [build-dependencies.phf_shared] version = "0.11" [build-dependencies.strum] version = "0.26" features = ["derive"] [features] default = [] serde = ["serde_with"]