# 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 = "qrlew-sarus" version = "0.9.24" authors = ["Nicolas Grislain "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Qrlew - Sarus interfaces" homepage = "https://sarus.tech/" documentation = "https://docs.rs/qrlew-sarus" readme = "README.md" keywords = [ "sql", "data", ] license = "Apache-2.0" repository = "https://github.com/Qrlew/sarus" [lib] name = "qrlew_sarus" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [[test]] name = "extract" path = "tests/extract.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.colored] version = "2.0" [dependencies.env_logger] version = "0.11" [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4" [dependencies.paste] version = "1.0.7" [dependencies.protobuf] version = "=3.4.0" [dependencies.protobuf-json-mapping] version = "3.3.0" [dependencies.qrlew] version = "0.9.24" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dev-dependencies.qrlew] version = "0.9.24" features = ["graphviz_display"] [build-dependencies.anyhow] version = "1.0" [build-dependencies.glob] version = "0.3" [build-dependencies.protobuf] version = "=3.4.0" [build-dependencies.protobuf-codegen] version = "3.3.0"