cjseq2 0.1.0

Temporary fork of CityJSONSeq library
Documentation
# 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 = "cjseq2"
version = "0.1.0"
authors = ["Hidemichi Baba <baba.papa1120.ba@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Temporary fork of CityJSONSeq library"
homepage = "https://github.com/hideba/cjseq"
readme = "README.md"
license = "MIT"
repository = "https://github.com/hideba/cjseq"

[lib]
name = "cjseq2"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[[example]]
name = "obj_convert"
path = "examples/obj_convert.rs"

[[example]]
name = "obj_convert_seq"
path = "examples/obj_convert_seq.rs"

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

[dependencies.rand]
version = "0.8.5"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "json",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2.15"
features = ["js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.gloo-net]
version = "0.5"
features = [
    "http",
    "json",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = ["console"]