# 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 = "basex" version = "0.7.0" authors = ["Roman Hodulák "] include = ["src/**/*.rs", "tests/", "Cargo.toml"] description = "A client library for BaseX XQuery databases." readme = "README.md" keywords = ["database", "basex", "xml", "xquery", "xpath"] categories = ["database"] license = "ISC" repository = "https://github.com/RomanHodulak/basex-rs" [package.metadata.docs.rs] rustdoc-args = ["--document-private-items"] [dependencies.md5] version = "<=0.7.0,>=0.3.0" [dev-dependencies.circbuf] version = "0.2.0" [dev-dependencies.matches] version = "<=0.1.9,>=0.1.0" [dev-dependencies.rust-embed] version = "<7,>=6.3.0" [dev-dependencies.test-case] version = "<2,>=0.3.2"