edinet_cli 0.0.3

A command-line interface for EDINET.
# 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 = "2024"
name = "edinet_cli"
version = "0.0.3"
build = false
exclude = [
    ".env.example",
    ".github/",
    ".gitignore",
    "about.hbs",
    "about.toml",
    "docs/*.pdf",
    "release-plz.toml",
    "tools/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "edinet"
description = "A command-line interface for EDINET."
homepage = "https://github.com/strikegroup/edinet_cli"
readme = "README.md"
keywords = [
    "EDINET",
    "cli",
    "securities",
    "XBRL",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/strikegroup/edinet_cli"

[package.metadata.dist]
formula = "edinet"
npm-package = "edinet-cli"
include = ["THIRD_PARTY_LICENSES.html"]

[[bin]]
name = "edinet"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.chrono]
version = "0.4.42"

[dependencies.clap]
version = "4.5.58"
features = ["derive"]

[dependencies.csv]
version = "1.4.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.reqwest]
version = "0.12.25"

[dependencies.sea-orm]
version = "1.1.17"
features = [
    "sqlx-sqlite",
    "runtime-tokio-rustls",
    "macros",
]

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tabled]
version = "0.21.0"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.toml]
version = "0.8.23"

[dependencies.zip]
version = "6.0.0"

[profile.dist]
lto = "thin"
inherits = "release"