# 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 = "rs-ltsv2jsonl" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "stdin(LTSV) -> stdout(JSONL)" documentation = "https://docs.rs/crate/rs-ltsv2jsonl/latest" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/takanoriyanagitani/rs-ltsv2jsonl" [profile.release-wasi] opt-level = "s" lto = true codegen-units = 16 inherits = "release" strip = true [lib] name = "rs_ltsv2jsonl" path = "src/lib.rs" [[bin]] name = "rs-ltsv2jsonl" path = "src/main.rs" [dependencies.serde_json] version = "1.0.128" features = ["std"] default-features = false [lints.clippy] unwrap_used = "forbid" [lints.rust] unsafe_code = "forbid"