# 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 = "globgroups" version = "0.1.0-beta.2" description = "Expands groups like foo{a,b}" readme = "README.md" license = "BlueOak-1.0.0" repository = "https://github.com/Techcable/globgroups.rust" [[bin]] name = "groupglobs" path = "src/cli.rs" [dependencies.chumsky] version = "0.9" [dependencies.itertools] version = "0.12.1" [dependencies.serde] version = "1" optional = true [dependencies.smallvec] version = "~2.0.0-alpha.4" [dependencies.thiserror] version = "1" [dev-dependencies.pretty_assertions] version = "1.4" [features] serde = ["dep:serde"]