# 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 = "dbml-rs" version = "1.0.0-rc.1" authors = ["Apisit Ritreungroj "] exclude = [ ".github/*", "tests/*", ".gitignore", "rustfmt.toml", ] description = "A DBML Parser for Rust." readme = "README.md" keywords = [ "parser", "parse", "dbml", ] license = "MIT OR Apache-2.0" repository = "https://github.com/apskhem/dbml-rs" [dependencies.derive_more] version = "0.99" features = ["display"] default-features = false [dependencies.pest] version = "2.7" features = ["memchr"] default-features = false [dependencies.pest_derive] version = "2.7" default-features = false [features] default = [] utils = []