# 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 = "owoof" version = "0.2.0" authors = ["sqwishy "] description = "Uses SQLite to store data and a datalog-like format to query it. " homepage = "https://github.com/sqwishy/owoof" keywords = ["datalog", "sqlite"] license = "Apache-2.0" repository = "https://github.com/sqwishy/owoof" resolver = "2" [package.metadata.docs.rs] features = ["serde", "serde_json"] [[bin]] name = "owoof" required-features = ["cli"] [[bin]] name = "owoof-csv" required-features = ["cli", "csv"] [dependencies.anyhow] version = "1" optional = true [dependencies.atty] version = "0.2" optional = true [dependencies.csv] version = "1" optional = true [dependencies.rusqlite] version = "0.26" features = ["uuid", "functions", "hooks"] [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.anyhow] version = "1" [features] cli = ["serde", "serde_json", "anyhow", "uuid/serde", "atty"] default = ["explain"] explain = []