[package]
name = "beancount-importers-framework"

edition.workspace      = true
publish.workspace      = true
rust-version.workspace = true
version.workspace      = true

[dependencies]
# Workspace dependencies
beancount-pretty-printer.path = "../common/beancount-pretty-printer"
beancount-tree-writer.path    = "../common/beancount-tree-writer"
beancount-types.path          = "../common/beancount-types"

# Inherited dependencies
camino.workspace        = true
clap.workspace          = true
delegate.workspace      = true
hashbrown.workspace     = true
inventory.workspace     = true
miette.workspace        = true
relative-path.workspace = true
snafu.workspace         = true
time-tz.workspace       = true
time.workspace          = true
tracing.workspace       = true
xxhash-rust.workspace   = true