# 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 = "char-list" version = "0.4.0" description = "A persistent string type with the same API as a linked-list of characters." readme = "README.md" keywords = [ "string", "prepend", "cons", "immutable", "persistent", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/eignnx/char-list" [package.metadata.docs.rs] features = ["doc-images"] [dependencies.embed-doc-image] version = "0.1.4" [dependencies.front-vec] version = "0.0.8" [dependencies.tracing] version = "0.1.37" [dev-dependencies.assert2] version = "0.3.6" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.maybe-debug] version = "0.1.0" [dev-dependencies.test-log] version = "0.2.12" features = [ "trace", "log", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] default-features = false [features] doc-images = [] trace-verbose = []