flowscope-export 0.3.1

Database export for FlowScope analysis results
Documentation
# 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 = "flowscope-export"
version = "0.3.1"
authors = ["PondPilot Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Database export for FlowScope analysis results"
homepage = "https://flowscope.pondpilot.io"
documentation = "https://docs.rs/flowscope-export"
readme = "README.md"
keywords = [
    "sql",
    "lineage",
    "export",
    "duckdb",
    "database",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/pondpilot/flowscope"

[features]
default = ["duckdb"]
duckdb = ["dep:duckdb"]

[lib]
name = "flowscope_export"
path = "src/lib.rs"

[[test]]
name = "export_formats"
path = "tests/export_formats.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.csv]
version = "1.3"

[dependencies.duckdb]
version = "1.0"
features = ["bundled"]
optional = true

[dependencies.flowscope-core]
version = "0.3.1"
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0"

[dependencies.zip]
version = "0.6"
features = ["deflate"]
default-features = false

[dev-dependencies]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rust_xlsxwriter]
version = "0.66"

[target.'cfg(target_arch = "wasm32")'.dependencies.rust_xlsxwriter]
version = "0.66"
features = ["wasm"]