[[bin]]
name = "opml"
path = "source/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.4.18"
[dependencies.opml]
version = "1.1.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.195"
[dependencies.serde_json]
version = "1.0.111"
[dev-dependencies.assert_cmd]
version = "2.0.13"
[dev-dependencies.insta]
version = "1.34.0"
[dev-dependencies.test-case]
version = "3.3.1"
[package]
authors = ["Holllo <helllo@holllo.org>"]
description = "OPML for the command-line."
edition = "2021"
keywords = ["xml", "opml"]
license = "MIT OR Apache-2.0"
name = "opml_cli"
readme = "README.md"
repository = "https://git.bauke.xyz/Holllo/opml"
version = "1.1.6"