Skip to content

Commit

Permalink
chore: Update metadata (#1666)
Browse files Browse the repository at this point in the history
* chore: Update metadata

Signed-off-by: tison <wander4096@gmail.com>

* 1.60 not yet support workspace.package

Signed-off-by: tison <wander4096@gmail.com>

* format by taplo

Signed-off-by: tison <wander4096@gmail.com>

---------

Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Mar 17, 2023
1 parent 547fa12 commit 5774ff4
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 17 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,18 @@
# under the License.

[package]
authors = ["Apache Software Foundation <dev@opendal.apache.org>"]
authors = ["OpenDAL Contributors <dev@opendal.apache.org>"]
categories = ["filesystem"]
description = "OpenDAL: Access data freely, painlessly, and efficiently."
edition = "2021"
exclude = [".github/", "bindings/", "profiles/", "oli/", "tests/"]
exclude = [".github/", "binaries/", "bindings/", "profiles/", "tests/"]
homepage = "https://opendal.apache.org/"
keywords = ["storage", "fs", "s3", "azblob", "gcs"]
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/apache/incubator-opendal"
rust-version = "1.60" # MSRV for this project - please update while bump versions
version = "0.30.3"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"

[package.metadata.docs.rs]
all-features = true
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,14 @@ More examples could be found at [Documentation](https://opendal.apache.org).

## Contributing

Check out the [CONTRIBUTING.md](./CONTRIBUTING.md) guide for more details on getting started with contributing to this project.
Check out the [CONTRIBUTING](CONTRIBUTING.md) guide for more details on getting started with contributing to this project.

## Getting help

Submit [issues](https://github.com/apache/incubator-opendal/issues/new) for bug report or asking questions in [discussion](https://github.com/apache/incubator-opendal/discussions/new?category=q-a).
Submit [issues](https://github.com/apache/incubator-opendal/issues/new) for bug report or asking questions in the [Discussions forum](https://github.com/apache/incubator-opendal/discussions/new?category=q-a).

Talk to develops at [discord].

#### License
## License

<sup>
Licensed under <a href="./LICENSE">Apache License, Version 2.0</a>.
</sup>
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
3 changes: 2 additions & 1 deletion binaries/oli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
# under the License.

[package]
authors = ["Databend Authors <opensource@datafuselabs.com>"]
authors = ["OpenDAL Contributors <dev@opendal.apache.org>"]
categories = ["filesystem"]
description = "OpenDAL Command Line Interface"
edition = "2021"
homepage = "https://opendal.apache.org/"
keywords = ["storage", "data", "s3", "fs", "azblob"]
license = "Apache-2.0"
name = "oli"
publish = false
repository = "https://github.com/apache/incubator-opendal"
version = "0.19.6"

Expand Down
5 changes: 5 additions & 0 deletions bindings/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@
# under the License.

[package]
authors = ["OpenDAL Contributors <dev@opendal.apache.org>"]
edition = "2021"
homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
name = "opendal-c"
publish = false
repository = "https://github.com/apache/incubator-opendal"
version = "0.1.0"

[lib]
Expand Down
6 changes: 3 additions & 3 deletions bindings/c/cbindgen.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
# See https://github.com/eqrion/cbindgen/blob/master/docs.md#cbindgentoml
# for detailed documentation of every option here.

language = "C"
cpp_compat = true
documentation_style = "c"
header = """
/**
* Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -40,7 +41,6 @@ header = """
*/
"""
include_guard = "_OPENDAL_H"
language = "C"
no_includes = true
sys_includes = ["stdint.h", "stddef.h", "stdbool.h"]
cpp_compat = true
documentation_style = "c"
5 changes: 5 additions & 0 deletions bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@
# under the License.

[package]
authors = ["OpenDAL Contributors <dev@opendal.apache.org>"]
edition = "2021"
homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
name = "opendal-nodejs"
publish = false
repository = "https://github.com/apache/incubator-opendal"
version = "0.30.3"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendal",
"author": "Databend Authors <opensource@datafuselabs.com>",
"author": "OpenDAL Contributors <dev@opendal.apache.org>",
"version": "0.30.3",
"license": "Apache-2.0",
"main": "index.js",
Expand Down
5 changes: 3 additions & 2 deletions bindings/object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
# under the License.

[package]
authors = ["OpenDAL Contributors <dev@opendal.apache.org>"]
description = "OpenDAL's object_store binding"
edition = "2021"
homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
name = "object_store_opendal"
repository = "https://github.com/apache/incubator-opendal"
rust-version = "1.60" # MSRV for this project - please update while bump versions
version = "0.30.3"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"

[dependencies]
async-trait = "0.1"
Expand Down
5 changes: 5 additions & 0 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@
# under the License.

[package]
authors = ["OpenDAL Contributors <dev@opendal.apache.org>"]
edition = "2021"
homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
name = "opendal-python"
publish = false
repository = "https://github.com/apache/incubator-opendal"
version = "0.30.3"

[lib]
Expand Down

0 comments on commit 5774ff4

Please sign in to comment.