# 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 = "2018" name = "structsy_tools" version = "0.2.0" authors = ["Tglman "] description = "Tools for structsy embedded dbms" readme = "README.md" license = "MIT" repository = "https://gitlab.com/tglman/structsy" [package.metadata.docs.rs] all-features = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.structsy] version = "0.5" [dev-dependencies.structsy-derive] version = "0.5" [features] serde_integration = [ "structsy/serde_info", "serde", ] [badges.gitlab] branch = "master" repository = "tglman/structsy"