# 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" rust-version = "1.75.0" name = "ods" version = "0.0.1" authors = ["Pavan Kumar Sunkara "] description = "CLI for Open Data Schema" homepage = "https://github.com/open-data-schema/cli" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/open-data-schema/cli" [profile.release] lto = "thin" codegen-units = 1 strip = true [profile.release-opt-size] opt-level = "z" lto = true panic = "abort" inherits = "release" [[bin]] name = "ods" path = "src/main.rs" [dependencies.anstream] version = "0.6.4" [dependencies.clap] version = "4.4.7" features = [ "derive", "wrap_help", ] [dependencies.clap-verbosity-flag] version = "2.1.0" [dependencies.colorchoice-clap] version = "1.0.3" [dependencies.owo-colors] version = "3.5.0" [dependencies.proc-exit] version = "2.0.1" [dependencies.thiserror] version = "1.0.39" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-log] version = "0.1.3" features = [ "log-tracer", "std", ] default-features = false [dependencies.tracing-subscriber] version = "0.3.16"