# 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 = "sqlite-robotstxt" version = "0.0.1-alpha.3" authors = ["Alex Garcia "] description = "A SQLite extension for parsing robots.txt files" homepage = "https://github.com/asg017/sqlite-robotstxt" readme = "README.md" keywords = [ "sqlite", "sqlite-extension", ] license = "MIT/Apache-2.0" repository = "https://github.com/asg017/sqlite-robotstxt" [lib] crate-type = [ "lib", "dylib", "staticlib", ] [dependencies.robotstxt] version = "0.3.0" [dependencies.sqlite-loadable] version = "0.0.6-alpha.2"