# 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 = "absurd" version = "0.2.1" authors = ["BritishWerewolf "] description = "Command line tool for managing Surreal stores." homepage = "https://github.com/BritishWerewolf/absurd" documentation = "https://docs.rs/crate/absurd" readme = "README.md" keywords = [ "terminal", "surreal", "database", "db", "store", ] categories = [ "command-line-interface", "config", ] license = "MIT" repository = "https://github.com/BritishWerewolf/absurd" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.convert_case] version = "0.6.0"