# 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 = "cvec" version = "0.1.1" description = "a const-generics / adt-const-param compatible Vec alternative" homepage = "https://github.com/haennes/cvec" documentation = "https://docs.rs/cvec" license = "GPL-3.0-only" repository = "https://github.com/haennes/cvec" [dependencies.coption] version = "0.1.*" [dependencies.quote] version = "1.0.*" [dependencies.self-rust-tokenize] version = "0.3.*" [features] default = ["self_rust_tokenize"] self_rust_tokenize = []