# 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 = "imstr" version = "0.2.0" authors = ["Patrick Elsen "] description = "Cheaply clonable and slicable immutable strings" documentation = "https://docs.rs/imstr" readme = "README.md" license = "MIT" repository = "https://github.com/xfbs/imstr" [[example]] name = "nom-json" required-features = ["nom"] [[example]] name = "peg-list" required-features = ["peg"] [[bench]] name = "bench" harness = false [dependencies.nom] version = "7.1.3" optional = true [dependencies.peg-runtime] version = "0.8.1" optional = true [dependencies.serde] version = "1.0.159" optional = true [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.peg] version = "0.8.1" [features] nom = ["dep:nom"] peg = ["dep:peg-runtime"] serde = ["dep:serde"]