# 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 = "mssql_tiberius_schema_parser" version = "0.4.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generates the schema of all tables in msql as a structure." homepage = "https://github.com/rabbitson87/mssql_tiberius_schema_parser" documentation = "https://github.com/rabbitson87/mssql_tiberius_schema_parser" readme = "README.md" license = "MIT" repository = "https://github.com/rabbitson87/mssql_tiberius_schema_parser" [profile.dev] opt-level = 0 [profile.release] opt-level = "z" codegen-units = 1 strip = true [[bin]] name = "mssql_tiberius_schema_parser" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.gethostname] version = "0.5.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.129" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.strum_macros] version = "0.26.4" [dependencies.tiberius] version = "0.12.3" features = [ "winauth", "chrono", "tds73", "sql-browser-tokio", ] [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-util] version = "0.7.12" features = ["full"] [dependencies.toml] version = "0.8.19"