ft8coder 0.5.0

CLI tool for encoding FT8 messages to channel symbols
# 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 = "ft8coder"
version = "0.5.0"
authors = ["Brian Bodiya (KC1WIH)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for encoding FT8 messages to channel symbols"
readme = "README.md"
keywords = [
    "ft8",
    "ft4",
    "ham-radio",
    "encoder",
    "wsjt-x",
]
categories = [
    "command-line-utilities",
    "encoding",
]
license = "GPL-3.0-only"
repository = "https://github.com/bodiya/wsjtr"

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

[[test]]
name = "ft8code_compat"
path = "tests/ft8code_compat.rs"

[dependencies.ft8core]
version = "0.5.0"