# 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 = "rfirebird" version = "0.1.0" authors = ["Luis Fernando Batels "] description = "Provide a raw access to firebird database file" readme = "README.md" keywords = [ "firebird", "fbclient", "parse", ] categories = ["database"] license = "MIT" repository = "https://github.com/fernandobatels/rfirebird" [lib] name = "rfirebird" crate-type = ["lib"] [[bin]] name = "rfirebird" required-features = ["cli"] [dependencies.argopt] version = "0.3.0" optional = true [dependencies.byteorder] version = "1.4.3" [dependencies.num_enum] version = "0.5.7" [dependencies.tabled] version = "0.8.0" optional = true [dependencies.thiserror] version = "1.0.24" [features] cli = [ "dep:argopt", "dep:tabled", ] default = ["cli"]