1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2024-11-22 12:13:49 +01:00
bind9-api/recipe.json

1 line
122 KiB
JSON
Raw Normal View History

2021-06-01 08:31:48 +02:00
{"skeleton":{"manifests":[{"relative_path":"data/Cargo.toml","contents":"bin = []\nbench = []\ntest = []\nexample = []\n\n[package]\nname = \"data\"\nedition = \"2015\"\nversion = \"0.1.0\"\nauthors = [\"Valentin Brandl <vbrandl@riseup.net>\"]\nkeywords = []\ncategories = []\nlicense = \"MIT/Apache-2.0\"\nautobins = true\nautoexamples = true\nautotests = true\nautobenches = true\npublish = true\n\n[dependencies]\nfailure = \"0.1.7\"\nserde = \"1.0.104\"\nserde_derive = \"1.0.104\"\n\n[lib]\npath = \"src/lib.rs\"\nname = \"data\"\ntest = true\ndoctest = true\nbench = true\ndoc = true\nplugin = false\nproc-macro = false\nharness = true\nedition = \"2015\"\nrequired-features = []\ncrate-type = [\"rlib\"]\n"},{"relative_path":"client/Cargo.toml","contents":"bench = []\ntest = []\nexample = []\n\n[[bin]]\npath = \"src/main.rs\"\nname = \"bind9-api-client\"\ntest = true\ndoctest = true\nbench = true\ndoc = true\nplugin = false\nproc-macro = false\nharness = true\nedition = \"2015\"\nrequired-features = []\n\n[package]\nname = \"bind9-api-client\"\nedition = \"2015\"\nversion = \"0.1.3\"\nauthors = [\"Valentin Brandl <vbrandl@riseup.net>\"]\ndescription = \"Client for the BIND9 API\"\nkeywords = []\ncategories = []\nlicense = \"MIT/Apache-2.0\"\nautobins = true\nautoexamples = true\nautotests = true\nautobenches = true\npublish = true\n\n[dependencies]\nclap = \"2.33.0\"\nfailure = \"0.1.7\"\nhyper = \"0.12.35\"\nlog = \"0.4.8\"\nopenssl-probe = \"0.1.2\"\npretty_env_logger = \"0.4.0\"\nreqwest = \"0.9.24\"\nserde = \"1.0.104\"\nserde_derive = \"1.0.104\"\nserde_json = \"1.0.50\"\ntoml = \"0.5.6\"\n\n[dependencies.crypto]\npath = \"../crypto\"\nfeatures = []\noptional = false\n\n[dependencies.data]\npath = \"../data\"\nfeatures = []\noptional = false\n"},{"relative_path":"server/Cargo.toml","contents":"bench = []\ntest = []\nexample = []\n\n[[bin]]\npath = \"src/main.rs\"\nname = \"bind9-api\"\ntest = true\ndoctest = true\nbench = true\ndoc = true\nplugin = false\nproc-macro = false\nharness = true\nedition = \"2015\"\nrequired-features = []\n\n[package]\nname = \"bind9-api\"\nedition = \"2015\"\nversion = \"0.1.3\"\nauthors = [\"Valentin Brandl <vbrandl@riseup.net>\"]\ndescription = \"Web API to create, update and remove DNS entries in bind9\"\nkeywords = []\ncategories = []\nlicense = \"MIT/Apache-2.0\"\nautobins = true\nautoexamples = true\nautotests = true\nautobenches = true\npublish = true\n\n[dependencies]\nactix-web = \"0.7.19\"\nclap = \"2.33.0\"\nfailure = \"0.1.7\"\nfutures = \"0.1.29\"\nlog = \"0.4.8\"\npretty_env_logger = \"0.4.0\"\nserde = \"1.0.104\"\nserde_json = \"1.0.50\"\n\n[dependencies.crypto]\npath = \"../crypto\"\nfeatures = []\noptional = false\n\n[dependencies.data]\npath = \"../data\"\nfeatures = []\noptional = false\n"},{"relative_path":"crypto/Cargo.toml","contents":"bin = []\nbench = []\ntest = []\nexample = []\n\n[package]\nname = \"crypto\"\nedition = \"2015\"\nversion = \"0.1.0\"\nauthors = [\"Valentin Brandl <vbrandl@riseup.net>\"]\nkeywords = []\ncategories = []\nlicense = \"MIT/Apache-2.0\"\nautobins = true\nautoexamples = true\nautotests = true\nautobenches = true\npublish = true\n\n[dependencies]\nfailure = \"0.1.7\"\nhex = \"0.4.0\"\nring = \"0.13.5\"\n\n[dev-dependencies]\nproptest = \"0.9.5\"\n\n[lib]\npath = \"src/lib.rs\"\nname = \"crypto\"\ntest = true\ndoctest = true\nbench = true\ndoc = true\nplugin = false\nproc-macro = false\nharness = true\nedition = \"2015\"\nrequired-features = []\ncrate-type = [\"rlib\"]\n"},{"relative_path":"Cargo.toml","contents":"[workspace]\nmembers = [\"server\", \"client\", \"data\", \"crypto\"]\n[profile.release]\nlto = true\n"}],"config_file":null,"lock_file":"# This file is automatically @generated by Cargo.\n# It is not intended for manual editing.\n[[package]]\nname = \"actix\"\nversion = \"0.7.9\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\ndependencies = [\n \"actix_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)\",\n \"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n \"bytes