# 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 = "caber" version = "0.1.1" description = "Embed binary data into JavaScript and TypeScript projects." readme = "README.md" keywords = ["ecmascript", "javascript", "typescript", "node", "deno"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://gitlab.com/aunyks/caber" resolver = "2" [lib] name = "caber" path = "src/lib.rs" [[bin]] name = "caber" path = "src/bin.rs" required-features = ["cli"] [dependencies.clap] version = "3.2.20" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.34" [features] cli = ["clap"]