# 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 = "json_tables" version = "0.0.4" description = "A structure that eases operations with a local json storage of undetermined items" readme = "README.md" keywords = [ "config", "json", "loca_database", "data-structures", ] categories = [ "data-structures", "config", "database-implementations", "filesystem", ] license = "Unlicense" repository = "https://github.com/david-soto-m/json_tables" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0"