# 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 = "generic-str" version = "0.3.1" description = "Annoyed that Rust has two string types? Well it doesn't any more" license = "MIT" resolver = "2" [dependencies.generic-vec] version = "0.3.3" features = ["nightly"] default-features = false package = "cl-generic-vec" [features] alloc = ["generic-vec/alloc"] default = ["std"] std = ["alloc", "generic-vec/std"]