# 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 = "geobuf" version = "0.1.4" authors = ["Kaveh Karimi (ka7eh) "] include = [ "**/*.rs", "Cargo.toml", ] description = "Geobuf encoder and decoder" readme = "README.md" license = "ISC" repository = "https://github.com/ka7eh/rust-geobuf" resolver = "2" [profile.release] opt-level = 3 lto = true [lib] name = "geobuf" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "geobuf" path = "src/bin.rs" test = false [dependencies.cfg-if] version = "1.0" optional = true [dependencies.clap] version = "3.1" features = ["derive"] optional = true [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.protobuf] version = "=3.0.2" [dependencies.protobuf-codegen] version = "=3.0.2" [dependencies.serde_json] version = "1.0" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] optional = true [dependencies.web-sys] version = "0.3" features = ["console"] optional = true [features] default = ["clap"] wasm = [ "cfg-if", "console_error_panic_hook", "wasm-bindgen", "web-sys", ] [target."cfg(wasm)".dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [badges.coveralls] repository = "ka7eh/rust-geobuf" [badges.travis-ci] repository = "ka7eh/rust-geobuf"