# 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 = "dalet" version = "1.0.0-pre.20" authors = ["artegoser"] description = "Dalet implementation in Rust" homepage = "https://github.com/TxtDot/dalet-rs/tree/main/" readme = "README.md" keywords = ["dalet"] categories = [ "compression", "compilers", "encoding", ] license = "MIT" repository = "https://github.com/txtdot/dalet-rs" [[bin]] name = "dalet" path = "src/main.rs" [dependencies.ariadne] version = "0.4.1" optional = true [dependencies.chumsky] version = "=1.0.0-alpha.7" features = ["label"] optional = true [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.enum-procs] version = "0.3.0" [dependencies.num_enum] version = "0.7.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_repr] version = "0.1" [dependencies.zstd] version = "0.13.2" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.rmp-serde] version = "1.3.0" [features] daleth = [ "types", "daletpack", "dep:chumsky", "dep:ariadne", ] daletpack = ["types"] default = [ "types", "daletpack", "parsers", "daleth", ] parsers = ["types"] types = []