# 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 = "insrcdata" version = "0.2.0" authors = ["Sebastien Keim "] description = "Embed static data as source code" homepage = "https://www.insrcdata.org" documentation = "https://github.com/sebkeim/insrcdata/wiki" readme = "README.md" keywords = [ "source", "constants", "array", ] categories = [ "data-structures", "command-line-utilities", ] license = "GPL-3.0-or-later" repository = "https://github.com/sebkeim/insrcdata" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.csv] version = "1.1" [dependencies.heck] version = "0.4.1" [dependencies.serde] version = "1.0.145" [dependencies.serde_derive] version = "1.0.145" [dependencies.toml] version = "0.7.3"